diff --git a/CHANGELOG.md b/CHANGELOG.md index 849ed38..56772a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +### 1.1.3-1 (2014-05-21) + + ### 1.1.3-0 (2014-05-21) @@ -28,7 +32,7 @@ -## 1.1.0 (2014-05-21) +### 1.1.0 (2014-05-21) #### Features @@ -50,28 +54,28 @@ After: -## 1.0.6 (2013-10-30) +### 1.0.6 (2013-10-30) -## 1.0.5 (2013-10-20) +### 1.0.5 (2013-10-20) -## 1.0.4 (2013-01-18) +### 1.0.4 (2013-01-18) -## 1.0.3 (2013-10-20) +### 1.0.3 (2013-10-20) -## 1.0.2 (2013-10-20) +### 1.0.2 (2013-10-20) -## 1.0.1 (2013-10-17) +### 1.0.1 (2013-10-17) -## 1.0.0 (2012-11-26) +### 1.0.0 (2012-11-26) diff --git a/animateCSS.jquery.json b/animateCSS.jquery.json index cb7d39e..ebe05aa 100644 --- a/animateCSS.jquery.json +++ b/animateCSS.jquery.json @@ -2,7 +2,7 @@ "name": "animateCSS", "title": "Animate CSS jQuery Plugin", "description": "A jQuery plugin to dynamically apply animate.css animations with callbacks", - "version": "1.1.3-0", + "version": "1.1.3-1", "homepage": "https://github.com/craigmdennis/animateCSS.git", "author": { "name": "Craig Dennis", diff --git a/bower.json b/bower.json index 94b8474..46ac10f 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "animateCSS", "description": "A jQuery plugin to dynamically apply animate.css animations with callbacks", "main": "dist/jquery.animatecss.js", - "version": "1.1.3-0", + "version": "1.1.3-1", "dependencies": { "animate.css": "~3.1.1" }, diff --git a/package.json b/package.json index 5afe18c..0308768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "animateCSS", - "version": "1.1.3-0", + "version": "1.1.3-1", "description": "Animate CSS jQuery Plugin", "keywords": [ "jquery-plugin",