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 diff
     1.1 --- a/package.json	Sat Apr 02 13:06:05 2016 +0300
     1.2 +++ b/package.json	Sat Apr 02 13:22:19 2016 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4    "name": "serpentron",
     1.5    "title": "Serpentron",
     1.6    "description": "Implementation of a classic arcade game. Survive as long as possible without hitting anything.",
     1.7 -  "version": "1.0.0-beta2",
     1.8 +  "version": "1.0.0",
     1.9    "homepage": "http://www.games1729.com/serpentron/",
    1.10    "author": {
    1.11      "name": "Mikhail Kryshen",
    1.12 @@ -39,4 +39,4 @@
    1.13      "Amber",
    1.14      "Smalltalk"
    1.15    ]
    1.16 -}
    1.17 \ No newline at end of file
    1.18 +}
     2.1 --- a/src/Serpentron.st	Sat Apr 02 13:06:05 2016 +0300
     2.2 +++ b/src/Serpentron.st	Sat Apr 02 13:22:19 2016 +0300
     2.3 @@ -356,7 +356,7 @@
     2.4  		H1: (Silk A: {	#href -> 'http://www.games1729.com/serpentron/'.
     2.5  						#target -> '_top'.
     2.6  						'Serpentron'});
     2.7 -		SPAN: {#id -> 'status'. '1.0-beta2'}.
     2.8 +		SPAN: {#id -> 'status'. 'version 1.0'}.
     2.9  		
    2.10  	(title IMG: {#id -> 'fullscreen-button'.
    2.11  				 #title -> 'Toggle fullscreen'.