changeset 5:c02b5a225a10 1.0-beta2

Serpentron 1.0-beta2.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 18 Feb 2016 01:35:39 +0300
parents 1a5e50fbba08
children 11c20013e0e5
files package.json src/Serpentron.st
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/package.json	Thu Feb 18 01:32:24 2016 +0300
     1.2 +++ b/package.json	Thu Feb 18 01:35:39 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-beta",
     1.8 +  "version": "1.0.0-beta2",
     1.9    "homepage": "http://www.games1729.com/serpentron/",
    1.10    "author": {
    1.11      "name": "Mikhail Kryshen",
     2.1 --- a/src/Serpentron.st	Thu Feb 18 01:32:24 2016 +0300
     2.2 +++ b/src/Serpentron.st	Thu Feb 18 01:35:39 2016 +0300
     2.3 @@ -343,7 +343,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 beta'}.
     2.8 +		SPAN: {#id -> 'status'. '1.0-beta2'}.
     2.9  	
    2.10  	container := aSilk DIV: {#id -> 'field'}.
    2.11  	container element style