Skip to content

Commit

Permalink
bump version number to 2.3.5 for transitions() fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesgordon committed Jan 21, 2015
1 parent f247a9b commit b5e3918
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Javascript Finite State Machine (v2.3.4)
Javascript Finite State Machine (v2.3.5)
========================================

This standalone javascript micro-framework provides a finite state machine for your pleasure.
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.3.5 (January 20 2014)
-------------------------------

* fix for broken transitions() method (issue #74)

Version 2.3.4 (January 17 2014)
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-state-machine",
"version": "2.3.4",
"version": "2.3.5",
"homepage": "https://github.com/jakesgordon/javascript-state-machine",
"authors": [
"Jake Gordon <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"devDependencies": {
"qunit": "~0.6.2"
},
"version": "2.3.4"
"version": "2.3.5"
}
2 changes: 1 addition & 1 deletion state-machine.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

//---------------------------------------------------------------------------

VERSION: "2.3.4",
VERSION: "2.3.5",

//---------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion state-machine.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5e3918

Please sign in to comment.