Skip to content

Commit bdd41f8

Browse files
committed
Bump version to 1.0.0
1 parent fcd7846 commit bdd41f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tetris",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"author": {
55
"name": "Trung Vo",
66
"email": "[email protected]",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<head>
1414
<meta charset="utf-8">
15-
<title>Angular Tetris built with Akita</title>
15+
<title>Angular Tetris built with Akita - by trung18</title>
1616
<base href="/">
1717
<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>
1818
<!-- Primary Meta Tags -->

src/index.prod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<head>
1414
<meta charset="utf-8">
15-
<title>Angular Tetris built with Akita</title>
15+
<title>Angular Tetris built with Akita - by trung18</title>
1616
<base href="/">
1717
<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>
1818
<!-- Primary Meta Tags -->

0 commit comments

Comments
 (0)