Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trungvose committed Jul 23, 2020
1 parent fcd7846 commit bdd41f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-tetris",
"version": "0.0.1",
"version": "1.0.0",
"author": {
"name": "Trung Vo",
"email": "trungk18@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -12,7 +12,7 @@
-->
<head>
<meta charset="utf-8">
<title>Angular Tetris built with Akita</title>
<title>Angular Tetris built with Akita - by trung18</title>
<base href="/">
<script>(function () { var w = parseInt(window.screen.width), s = w / 640, u = navigator.userAgent.toLowerCase(), m = '<meta name="viewport" content="width=640,'; if (/android (\d+\.\d+)/.test(u)) { if (parseFloat(RegExp.$1) > 2.3) m += 'minimum-scale=' + s + ',maximum-scale=' + s + ','; } else { m += 'user-scalable=no,'; } m += 'target-densitydpi=device-dpi">'; document.write(m); }());</script>
<!-- Primary Meta Tags -->
Expand Down
2 changes: 1 addition & 1 deletion src/index.prod.html
Expand Up @@ -12,7 +12,7 @@
-->
<head>
<meta charset="utf-8">
<title>Angular Tetris built with Akita</title>
<title>Angular Tetris built with Akita - by trung18</title>
<base href="/">
<script>(function () { var w = parseInt(window.screen.width), s = w / 640, u = navigator.userAgent.toLowerCase(), m = '<meta name="viewport" content="width=640,'; if (/android (\d+\.\d+)/.test(u)) { if (parseFloat(RegExp.$1) > 2.3) m += 'minimum-scale=' + s + ',maximum-scale=' + s + ','; } else { m += 'user-scalable=no,'; } m += 'target-densitydpi=device-dpi">'; document.write(m); }());</script>
<!-- Primary Meta Tags -->
Expand Down

0 comments on commit bdd41f8

Please sign in to comment.