Mercurial > hg > serpentron
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 wrap: on
 line diff
--- a/package.json Thu Feb 18 01:32:24 2016 +0300 +++ b/package.json Thu Feb 18 01:35:39 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-beta", + "version": "1.0.0-beta2", "homepage": "http://www.games1729.com/serpentron/", "author": { "name": "Mikhail Kryshen",
--- a/src/Serpentron.st Thu Feb 18 01:32:24 2016 +0300 +++ b/src/Serpentron.st Thu Feb 18 01:35:39 2016 +0300 @@ -343,7 +343,7 @@ H1: (Silk A: { #href -> 'http://www.games1729.com/serpentron/'. #target -> '_top'. 'Serpentron'}); - SPAN: {#id -> 'status'. '1.0 beta'}. + SPAN: {#id -> 'status'. '1.0-beta2'}. container := aSilk DIV: {#id -> 'field'}. container element style
