We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be594f commit 08c79f5Copy full SHA for 08c79f5
1 file changed
src/Scratch.as
@@ -74,7 +74,7 @@ import watchers.ListWatcher;
74
75
public class Scratch extends Sprite {
76
// Version
77
- public static const versionString:String = 'v445';
+ public static const versionString:String = 'v445.1';
78
public static var app:Scratch; // static reference to the app, used for debugging
79
80
// Display modes
0 commit comments