Skip to content

Commit

Permalink
v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jan 26, 2015
1 parent 242123d commit bd61e57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.12.1 / 2015-01-26
===================

* slick_grid: have fallback values when jpath not found
* init : add browser check for IE <= 8
* build : fix ui-contextmenu

2.12.0 / 2015-01-26
===================

Expand Down
2 changes: 1 addition & 1 deletion src/src/util/versioning.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'src/util/util'], function (VersionHandler, Debug, Variables, Util) {

var version = '2.12.0';
var version = '2.12.1';

if (!Util.semver(version)) {
throw new Error('Version number is invalid: ' + version);
Expand Down

0 comments on commit bd61e57

Please sign in to comment.