diff --git a/bower.json b/bower.json index e0c08fc..b2d3bbc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-circle-progress", - "version": "1.1.3", + "version": "1.1.4", "authors": [ "Rostyslav Bryzgunov " ], diff --git a/dist/circle-progress.js b/dist/circle-progress.js index 632ecb6..eb02512 100644 --- a/dist/circle-progress.js +++ b/dist/circle-progress.js @@ -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 -Version: 1.1.3 +Version: 1.1.4 License: MIT */ (function($) { diff --git a/package.json b/package.json index 766f546..1d1142b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery-circle-progress", - "version": "1.1.3", + "version": "1.1.4", "author": "Rostyslav Bryzgunov ", "description": "Plugin to draw animated circular progress bars", "license": "MIT", @@ -9,6 +9,7 @@ "canvas", "progress-bar" ], + "main": "dist/circle-progress.js", "dependencies": {}, "devDependencies": { "karma": "~0.12.24",