Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Dec 14, 2014
1 parent 6013ee8 commit 20162cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-crash",
"version": "1.0.0",
"version": "1.1.0",
"description": "level-crash",
"main": "index.js",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions static/index.prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en" data-ng-app="levelCrash">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link href="/css/style.css?1418573408574" rel="stylesheet" />
<link href="/css/style.css?1418573481196" rel="stylesheet" />
<title>Level crasher</title>
</head>
<body data-ng-cloak>
<div data-ng-view></div>
<script src="/js/build/lib/lib.min.js?1418573408574"></script>
<script src="/js/build/app/app.min.js?1418573408574"></script>
<script src="/js/build/lib/lib.min.js?1418573481196"></script>
<script src="/js/build/app/app.min.js?1418573481196"></script>
</body>
</html>

0 comments on commit 20162cd

Please sign in to comment.