Skip to content

Commit a1d9d7e

Browse files
committed
Releasing new version
1 parent aa34a3a commit a1d9d7e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-circle-progress",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"authors": [
55
"Rostyslav Bryzgunov <[email protected]>"
66
],

dist/circle-progress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jquery-circle-progress - jQuery Plugin to draw animated circular progress bars
33
44
URL: http://kottenator.github.io/jquery-circle-progress/
55
Author: Rostyslav Bryzgunov <[email protected]>
6-
Version: 1.1.3
6+
Version: 1.1.4
77
License: MIT
88
*/
99
(function($) {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-circle-progress",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"author": "Rostyslav Bryzgunov <[email protected]>",
55
"description": "Plugin to draw animated circular progress bars",
66
"license": "MIT",
@@ -9,6 +9,7 @@
99
"canvas",
1010
"progress-bar"
1111
],
12+
"main": "dist/circle-progress.js",
1213
"dependencies": {},
1314
"devDependencies": {
1415
"karma": "~0.12.24",

0 commit comments

Comments
 (0)