Skip to content

Commit 9535aee

Browse files
update readme release logs
1 parent 9c751ae commit 9535aee

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple State Manager 3.1.1
1+
# Simple State Manager 3.1.3
22

33
[![Build Status](https://travis-ci.org/SimpleStateManager/SimpleStateManager.png?branch=master)](https://travis-ci.org/SimpleStateManager/SimpleStateManager) [![Code Climate](https://codeclimate.com/github/SimpleStateManager/SimpleStateManager.png)](https://codeclimate.com/github/SimpleStateManager/SimpleStateManager)
44

@@ -40,7 +40,7 @@ If you need to support Internet Explorer 8 or below their are two options availa
4040
###3.1.1 - March 8th, 2016
4141
* Fixed bug that prevented removing states correctly removing the listeners
4242

43-
###3.1.0 - February 10th, 2015
43+
###3.1.0 - February 10th, 2016
4444
* Added isActive method back into library
4545

4646
###3.0.0 - June 8th, 2015

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SimpleStateManager",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"main": "src/ssm.js",
55
"ignore": [
66
"**/.*",

Diff for: dist/ssm.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simplestatemanager",
33
"description": "SimpleStateManager ==================",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"main": "src/ssm.js",
66
"scripts": {
77
"test": "grunt travis --verbose"

Diff for: releases.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"version" : "3.1.0",
18-
"date" : "February 10th, 2015",
18+
"date" : "February 10th, 2016",
1919
"items" : [
2020
"Added isActive method back into library"
2121
]

0 commit comments

Comments
 (0)