Skip to content

Commit a0ca553

Browse files
committed
Merge branch 'release/v1.1.2'
2 parents 92df70e + e79594f commit a0ca553

File tree

7 files changed

+669
-500
lines changed

7 files changed

+669
-500
lines changed

__src/bibi/and/jo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Jo = window['bibi:jo'] = { 'version': '____Bibi-Version____',
1111
Loaded: 0,
1212
};
1313

14-
const BibiEventRE = /^bibi:[a-z][a-z:\-]*$/;
14+
const BibiEventRE = /^bibi:[a-z][a-z:_\-]*$/;
1515

1616

1717

__src/bibi/resources/scripts/bibi.heart.js

Lines changed: 97 additions & 109 deletions
Large diffs are not rendered by default.

bibi.info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'use strict';
88

99
const Bibi = {
10-
'version': '1.1.1',
10+
'version': '1.1.2',
1111
'author': {
1212
'name': 'Satoru Matsushima'
1313
},

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gulp.task('clean', done => {
1717
'**/.DS_Store',
1818
'**/Thumbs.db',
1919
'LICENSE',
20-
'README.md',
20+
'*.md',
2121
'bibi/*.html',
2222
'bibi/and',
2323
'bibi/extensions',

0 commit comments

Comments
 (0)