Skip to content

Commit fdfbcdd

Browse files
committed
bump version number to 2.3.4 for bower/npm
1 parent 77eacd9 commit fdfbcdd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-state-machine",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"homepage": "https://github.com/jakesgordon/javascript-state-machine",
55
"authors": [
66
"Jake Gordon <jake@codeincomplete.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"devDependencies": {
1010
"qunit": "~0.6.2"
1111
},
12-
"version": "2.3.3"
12+
"version": "2.3.4"
1313
}

state-machine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Javascript State Machine Library - https://github.com/jakesgordon/javascript-state-machine
44
5-
Copyright (c) 2012, 2013, 2014, Jake Gordon and contributors
5+
Copyright (c) 2012, 2013, 2014, 2015, Jake Gordon and contributors
66
Released under the MIT license - https://github.com/jakesgordon/javascript-state-machine/blob/master/LICENSE
77
88
*/
@@ -13,7 +13,7 @@
1313

1414
//---------------------------------------------------------------------------
1515

16-
VERSION: "2.3.3",
16+
VERSION: "2.3.4",
1717

1818
//---------------------------------------------------------------------------
1919

state-machine.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)