Skip to content

Commit 8aedaa8

Browse files
3.1.1 release
1 parent f80f022 commit 8aedaa8

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple State Manager 3.1.0
1+
# Simple State Manager 3.1.1
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

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

3535
##Release Log
3636

37+
###3.1.1 - March 8th, 2016
38+
* Fixed bug that prevented removing states correctly removing the listeners
39+
40+
###3.1.0 - February 10th, 2015
41+
* Added isActive method back into library
42+
3743
###3.0.0 - June 8th, 2015
3844
* Rewrite to use the matchMedia API
3945
* Add support for media queries

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.0",
3+
"version": "3.1.1",
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.0",
4+
"version": "3.1.1",
55
"main": "src/ssm.js",
66
"scripts": {
77
"test": "grunt travis --verbose"

Diff for: releases.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"version" : "3.1.1",
4+
"date" : "March 8th, 2016",
5+
"items" : [
6+
"Fixed bug that prevented removing states correctly removing the listeners"
7+
]
8+
},
29
{
310
"version" : "3.1.0",
411
"date" : "February 10th, 2015",

0 commit comments

Comments
 (0)