Skip to content

Commit

Permalink
Release v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stropitek committed Mar 2, 2015
1 parent c08402b commit 33ea3ff
Showing 1 changed file with 1 addition and 1 deletion.
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', 'lib/semver/semver'], function (VersionHandler, Debug, Variables, semver) {

var version = '2.14.1';
var version = '2.14.2';

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

0 comments on commit 33ea3ff

Please sign in to comment.