Skip to content

Commit ee8a3af

Browse files
committed
Bumped version to v1.1.3-0
1 parent d06d412 commit ee8a3af

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
<a name="1.1.3-0"></a>
2+
### 1.1.3-0 (2014-05-21)
3+
4+
5+
#### Bug Fixes
6+
7+
* stop grunt-bump from trying to bump the CHANGELOG.md ([d06d4126](https://github.com/craigmdennis/animateCSS/commit/d06d4126731efbb8b01f8926d22a9c86bc337757))
8+
9+
110
<a name="1.1.2-2"></a>
211
### 1.1.2-2 (2014-05-21)
312

13+
#### Bug Fixes
14+
15+
* Remove private flag to allow Bower registration
16+
417

518
<a name="1.1.2-2"></a>
619
### 1.1.2-2 (2014-05-21)

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-2",
5+
"version": "1.1.3-0",
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-2",
5+
"version": "1.1.3-0",
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-2",
3+
"version": "1.1.3-0",
44
"description": "Animate CSS jQuery Plugin",
55
"keywords": [
66
"jquery-plugin",

0 commit comments

Comments
 (0)