Skip to content

Commit 9047ba6

Browse files
committed
Bump version to 1.0.3, update dependencies
1 parent b705866 commit 9047ba6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "MainLoop.js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "build/mainloop.min.js",
55
"keywords": [
66
"main",

build/mainloop.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mainloop.js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A well-constructed JavaScript main loop useful for games and other animated applications.",
55
"homepage": "https://github.com/IceCreamYou/MainLoop.js",
66
"bugs": "https://github.com/IceCreamYou/MainLoop.js/issues",
@@ -26,9 +26,9 @@
2626
"devDependencies": {
2727
"grunt": "~0.4.5",
2828
"grunt-contrib-jshint": "~1.0.0",
29-
"grunt-contrib-uglify": "~0.11.1",
30-
"grunt-contrib-watch": "~0.6.1",
29+
"grunt-contrib-uglify": "~1.0.1",
30+
"grunt-contrib-watch": "~1.0.0",
3131
"grunt-exec": "~0.4.6",
32-
"grunt-jscs": ">=2.7.0 <2.11.0"
32+
"grunt-jscs": "~2.8.0"
3333
}
3434
}

0 commit comments

Comments
 (0)