Skip to content

Commit 3b2d61a

Browse files
Mrcomputer1glitch-in-the-herring
authored andcommitted
Set alpha version string (#5)
1 parent ec13757 commit 3b2d61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scratch.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import watchers.ListWatcher;
7676

7777
public class Scratch extends Sprite {
7878
// Version
79-
public static const versionString:String = 'Dev (Alpha coming May 30) : Scratch v447';
79+
public static const versionString:String = 'Alpha 1.0.0 (Butterknife) : Scratch v447';
8080
public static var app:Scratch; // static reference to the app, used for debugging
8181

8282
// Sharp settings store

0 commit comments

Comments
 (0)