diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95017fd..1d8c012 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+### 1.1.2-1 (2014-05-21)
+
+
+
+### 1.1.2 (2014-05-21)
+
+
## 1.1.0 (2014-05-21)
@@ -18,3 +26,24 @@ Before:
After:
`$('#your-id').animateCSS('fadeIn', {delay:2000});`
+
+
+## 1.0.6 (2013-10-30)
+
+
+## 1.0.5 (2013-10-20)
+
+
+## 1.0.4 (2013-01-18)
+
+
+## 1.0.3 (2013-10-20)
+
+
+## 1.0.2 (2013-10-20)
+
+
+## 1.0.1 (2013-10-17)
+
+
+## 1.0.0 (2012-11-26)
diff --git a/animateCSS.jquery.json b/animateCSS.jquery.json
index c53c919..dc69b9e 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.2",
+ "version": "1.1.2-1",
"homepage": "https://github.com/craigmdennis/animateCSS.git",
"author": {
"name": "Craig Dennis",
diff --git a/bower.json b/bower.json
index f4127b4..11dd91e 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.2",
+ "version": "1.1.2-1",
"dependencies": {
"animate.css": "~3.1.1"
},
diff --git a/package.json b/package.json
index 7052077..c753a4c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "animateCSS",
- "version": "1.1.2",
+ "version": "1.1.2-1",
"description": "Animate CSS jQuery Plugin",
"keywords": [
"jquery-plugin",