Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jul 12, 2015
1 parent a6d676f commit d93c40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/bbop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ bbop.version.revision = "2.3.3";
*
* Partial version for this library: release (date-like) information.
*/
bbop.version.release = "20150619";
bbop.version.release = "20150711";
/*
* Package: logger.js
*
Expand Down
4 changes: 2 additions & 2 deletions lib/bbopx/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ if ( typeof bbopx.version == "undefined" ){ bbopx.version = {}; }
* Partial version for this library; revision (major/minor version numbers)
* information.
*/
bbopx.version.revision = "0.9.27";
bbopx.version.revision = "0.9.28";

/*
* Variable: release
*
* Partial version for this library: release (date-like) information.
*/
bbopx.version.release = "20150619";
bbopx.version.release = "20150711";

0 comments on commit d93c40c

Please sign in to comment.