Skip to content

Commit 97c557b

Browse files
committed
Merge branch 'release/1.2.1'
2 parents b7b7620 + 5b064af commit 97c557b

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="1.2.1"></a>
2+
### 1.2.1 (2015-03-23)
3+
4+
15
<a name="1.2.0"></a>
26
## 1.2.0 (2015-03-23)
37

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.2.0",
5+
"version": "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.2.0",
5+
"version": "1.2.1",
66
"dependencies": {
77
"animate.css": "~3.1.1"
88
},

dist/jquery.animatecss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! animateCSS - v1.1.5 - 2015-03-23
1+
/*! animateCSS - v1.2.1 - 2015-03-23
22
* https://github.com/craigmdennis/animateCSS
33
* Copyright (c) 2015 Craig Dennis; Licensed MIT */
44

dist/jquery.animatecss.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0",
3+
"version": "1.2.1",
44
"description": "Animate CSS jQuery Plugin",
55
"keywords": [
66
"jquery-plugin",

0 commit comments

Comments
 (0)