Skip to content

Commit

Permalink
3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-fielding committed Mar 8, 2016
1 parent f80f022 commit 8aedaa8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple State Manager 3.1.0
# Simple State Manager 3.1.1

[![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)

Expand Down Expand Up @@ -34,6 +34,12 @@ If you need to support Internet Explorer 8 or below their are two options availa

##Release Log

###3.1.1 - March 8th, 2016
* Fixed bug that prevented removing states correctly removing the listeners

###3.1.0 - February 10th, 2015
* Added isActive method back into library

###3.0.0 - June 8th, 2015
* Rewrite to use the matchMedia API
* Add support for media queries
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": "3.1.0",
"version": "3.1.1",
"main": "src/ssm.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion dist/ssm.min.js

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

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": "3.1.0",
"version": "3.1.1",
"main": "src/ssm.js",
"scripts": {
"test": "grunt travis --verbose"
Expand Down
7 changes: 7 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version" : "3.1.1",
"date" : "March 8th, 2016",
"items" : [
"Fixed bug that prevented removing states correctly removing the listeners"
]
},
{
"version" : "3.1.0",
"date" : "February 10th, 2015",
Expand Down

0 comments on commit 8aedaa8

Please sign in to comment.