Skip to content

Commit

Permalink
Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
kottenator committed Aug 31, 2016
1 parent aa34a3a commit a1d9d7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-circle-progress",
"version": "1.1.3",
"version": "1.1.4",
"authors": [
"Rostyslav Bryzgunov <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/circle-progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jquery-circle-progress - jQuery Plugin to draw animated circular progress bars
URL: http://kottenator.github.io/jquery-circle-progress/
Author: Rostyslav Bryzgunov <[email protected]>
Version: 1.1.3
Version: 1.1.4
License: MIT
*/
(function($) {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-circle-progress",
"version": "1.1.3",
"version": "1.1.4",
"author": "Rostyslav Bryzgunov <[email protected]>",
"description": "Plugin to draw animated circular progress bars",
"license": "MIT",
Expand All @@ -9,6 +9,7 @@
"canvas",
"progress-bar"
],
"main": "dist/circle-progress.js",
"dependencies": {},
"devDependencies": {
"karma": "~0.12.24",
Expand Down

0 comments on commit a1d9d7e

Please sign in to comment.