Skip to content

Commit

Permalink
Merge branch 'release/v1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
satorumurmur committed May 25, 2020
2 parents 92df70e + e79594f commit a0ca553
Show file tree
Hide file tree
Showing 7 changed files with 669 additions and 500 deletions.
2 changes: 1 addition & 1 deletion __src/bibi/and/jo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Jo = window['bibi:jo'] = { 'version': '____Bibi-Version____',
Loaded: 0,
};

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



Expand Down
206 changes: 97 additions & 109 deletions __src/bibi/resources/scripts/bibi.heart.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bibi.info.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'use strict';

const Bibi = {
'version': '1.1.1',
'version': '1.1.2',
'author': {
'name': 'Satoru Matsushima'
},
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gulp.task('clean', done => {
'**/.DS_Store',
'**/Thumbs.db',
'LICENSE',
'README.md',
'*.md',
'bibi/*.html',
'bibi/and',
'bibi/extensions',
Expand Down
Loading

0 comments on commit a0ca553

Please sign in to comment.