Skip to content

Commit

Permalink
bump version to pre
Browse files Browse the repository at this point in the history
  • Loading branch information
oberhamsi committed Jul 22, 2015
1 parent 7bed8a2 commit 1edf9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamejs",
"version": "2.0.2",
"version": "2.0.3-pre",
"description": "thin CommonJs library for canvas and worker",
"keywords": ["games", "gamedev", "web", "canvas"],
"author": {
Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
qModule = module;
</script>
<script type="text/javascript" src="../utils/yabbler/yabble.js"></script>
<script type="text/javascript" src="../gamejs-2.0.2.js"></script>
<script type="text/javascript" src="../gamejs-2.0.3-pre.js"></script>
<script>
require.setModuleRoot('./');
require.run('main')
Expand Down

0 comments on commit 1edf9f6

Please sign in to comment.