Skip to content

Commit

Permalink
incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-fielding committed Sep 18, 2013
1 parent 86e76d2 commit e697d0c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Documentation can be found at http://www.simplestatemanager.com

##Release Log

###2.0.1 - September 18, 2013
* Fixed issue where ssm.js could not be placed in the head of the document

###2.0.0 - September 13, 2013
* Major API changes to all states mangement methods, please read through the new API documention if upgrading
* Ability to overlap your states
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": "SimpleStateManager",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/ssm.js",
"ignore": [
"**/.*",
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ <h2>Browser Support</h2>
<h2>Release Log</h2>
<p>SimpleStateManager follows <a href="http://semver.org/">Semantic Versioning 2.0.0</a></p>

<h3>2.0.1 - September 18, 2013</h3>
<ul>
<li>Fixed issue where ssm.js could not be placed in the head of the document</li>
</ul>

<h3>2.0.0 - September 13, 2013</h3>
<ul>
<li>Major API changes to all states mangement methods, please read through the new API documention if upgrading</li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SimpleStateManager",
"description": "SimpleStateManager ==================",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/ssm.js",
"scripts": {
"test": "grunt travis --verbose"
Expand Down

0 comments on commit e697d0c

Please sign in to comment.