changeset 12:89fc4ef53637 1.0

Serpentron 1.0.
author Mikhail Kryshen <mikhail@kryshen.net>
date Sat, 02 Apr 2016 13:22:19 +0300
parents a6bde9cde187
children 41d1ece8e05a
files package.json src/Serpentron.st
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/package.json	Sat Apr 02 13:06:05 2016 +0300
+++ b/package.json	Sat Apr 02 13:22:19 2016 +0300
@@ -2,7 +2,7 @@
   "name": "serpentron",
   "title": "Serpentron",
   "description": "Implementation of a classic arcade game. Survive as long as possible without hitting anything.",
-  "version": "1.0.0-beta2",
+  "version": "1.0.0",
   "homepage": "http://www.games1729.com/serpentron/",
   "author": {
     "name": "Mikhail Kryshen",
@@ -39,4 +39,4 @@
     "Amber",
     "Smalltalk"
   ]
-}
\ No newline at end of file
+}
--- a/src/Serpentron.st	Sat Apr 02 13:06:05 2016 +0300
+++ b/src/Serpentron.st	Sat Apr 02 13:22:19 2016 +0300
@@ -356,7 +356,7 @@
 		H1: (Silk A: {	#href -> 'http://www.games1729.com/serpentron/'.
 						#target -> '_top'.
 						'Serpentron'});
-		SPAN: {#id -> 'status'. '1.0-beta2'}.
+		SPAN: {#id -> 'status'. 'version 1.0'}.
 		
 	(title IMG: {#id -> 'fullscreen-button'.
 				 #title -> 'Toggle fullscreen'.