Skip to content

Commit a5faeb5

Browse files
committed
Set version to 1.0.1 ready for alpha 1.0.1 release
1 parent ef47b1f commit a5faeb5

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 = 'Alpha 1.0.0 (Butterknife) : Scratch v447';
79+
public static const versionString:String = 'Alpha 1.0.1 (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)