Skip to content

Commit 3762acb

Browse files
committed
NPM, Bower - prepare for 1.1.0 release.
1 parent a0342d1 commit 3762acb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "HackTimer",
33
"main": "HackTimer.js",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"homepage": "https://github.com/turuslan/HackTimer",
66
"authors": [
77
"turuslan <[email protected]>"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hacktimer",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Avoid timers throttling by browser when tab is inactive",
55
"main": "HackTimer.js",
66
"scripts": {
@@ -27,5 +27,5 @@
2727
"bugs": {
2828
"url": "https://github.com/turuslan/HackTimer/issues"
2929
},
30-
"homepage": "https://github.com/turuslan/HackTimer#readme"
30+
"homepage": "https://github.com/turuslan/HackTimer"
3131
}

0 commit comments

Comments
 (0)