Skip to content

Commit f3f02a1

Browse files
committed
Merge pull request craigmdennis#11 from craigmdennis/v1.1
V1.1.2-1
2 parents 90cb44b + d7ae31a commit f3f02a1

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.1.2-1"></a>
2+
### 1.1.2-1 (2014-05-21)
3+
4+
5+
<a name="1.1.2"></a>
6+
### 1.1.2 (2014-05-21)
7+
8+
19
<a name="1.1.0"></a>
210
## 1.1.0 (2014-05-21)
311

@@ -18,3 +26,24 @@ Before:
1826
After:
1927

2028
`$('#your-id').animateCSS('fadeIn', {delay:2000});`
29+
30+
<a name="1.0.6"></a>
31+
## 1.0.6 (2013-10-30)
32+
33+
<a name="1.0.5"></a>
34+
## 1.0.5 (2013-10-20)
35+
36+
<a name="1.0.4"></a>
37+
## 1.0.4 (2013-01-18)
38+
39+
<a name="1.0.3"></a>
40+
## 1.0.3 (2013-10-20)
41+
42+
<a name="1.0.2"></a>
43+
## 1.0.2 (2013-10-20)
44+
45+
<a name="1.0.1"></a>
46+
## 1.0.1 (2013-10-17)
47+
48+
<a name="1.0.0"></a>
49+
## 1.0.0 (2012-11-26)

animateCSS.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "animateCSS",
33
"title": "Animate CSS jQuery Plugin",
44
"description": "A jQuery plugin to dynamically apply animate.css animations with callbacks",
5-
"version": "1.1.2",
5+
"version": "1.1.2-1",
66
"homepage": "https://github.com/craigmdennis/animateCSS.git",
77
"author": {
88
"name": "Craig Dennis",

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "animateCSS",
33
"description": "A jQuery plugin to dynamically apply animate.css animations with callbacks",
44
"main": "dist/jquery.animatecss.js",
5-
"version": "1.1.2",
5+
"version": "1.1.2-1",
66
"dependencies": {
77
"animate.css": "~3.1.1"
88
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "animateCSS",
3-
"version": "1.1.2",
3+
"version": "1.1.2-1",
44
"description": "Animate CSS jQuery Plugin",
55
"keywords": [
66
"jquery-plugin",

0 commit comments

Comments
 (0)