diff --git a/bower.json b/bower.json index 47c3161..8fbcbb3 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "HackTimer", "main": "HackTimer.js", - "version": "1.0.0", + "version": "1.1.0", "homepage": "https://github.com/turuslan/HackTimer", "authors": [ "turuslan " diff --git a/package.json b/package.json index 8fd7630..ef55eec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hacktimer", - "version": "1.0.0", + "version": "1.1.0", "description": "Avoid timers throttling by browser when tab is inactive", "main": "HackTimer.js", "scripts": { @@ -27,5 +27,5 @@ "bugs": { "url": "https://github.com/turuslan/HackTimer/issues" }, - "homepage": "https://github.com/turuslan/HackTimer#readme" + "homepage": "https://github.com/turuslan/HackTimer" }