changeset 15:7811c5ea0700 1.0.1

Serpentron 1.0.1.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 12 Apr 2016 23:43:13 +0300
parents c86e88127e13
children f9175ceade33
files package.json src/Serpentron.st
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/package.json	Tue Apr 12 23:33:40 2016 +0300
     1.2 +++ b/package.json	Tue Apr 12 23:43:13 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",
     1.8 +  "version": "1.0.1",
     1.9    "homepage": "http://www.games1729.com/serpentron/",
    1.10    "author": {
    1.11      "name": "Mikhail Kryshen",
     2.1 --- a/src/Serpentron.st	Tue Apr 12 23:33:40 2016 +0300
     2.2 +++ b/src/Serpentron.st	Tue Apr 12 23:43:13 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'. 'version 1.0'}.
     2.8 +		SPAN: {#id -> 'status'. 'version 1.0.1'}.
     2.9  		
    2.10  	(title IMG: {#id -> 'fullscreen-button'.
    2.11  				 #title -> 'Toggle fullscreen'.