Skip to content

Commit 6e6fe69

Browse files
committed
Started 2.3.0 branch for (upcoming) minor release
1 parent 33d62e6 commit 6e6fe69

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012, 2013 Jake Gordon and contributors
1+
Copyright (c) 2012, 2013, 2014, Jake Gordon and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Javascript Finite State Machine (v2.2.0)
1+
Javascript Finite State Machine (v2.3.0)
22
========================================
33

44
This standalone javascript micro-framework provides a finite state machine for your pleasure.

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.3.0 (March ?? 2014)
2+
-----------------------------
3+
4+
* minor updates in progress
5+
16
Version 2.2.0 (January 26th 2013)
27
---------------------------------
38

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 Jake Gordon and contributors
5+
Copyright (c) 2012, 2013, 2014, 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.2.0",
16+
VERSION: "2.3.0",
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)