Skip to content

Commit

Permalink
Release v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Dec 3, 2014
1 parent be00967 commit d25ecbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.9.5 / 2014-12-03
=================

* fix jsNMR not being copied in build

2.9.4 / 2014-12-03
=================

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.9.4';
var version = '2.9.5';

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

0 comments on commit d25ecbc

Please sign in to comment.