We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf22a74 commit 5d80795Copy full SHA for 5d80795
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 = 'v456.0.1';
+ public static const versionString:String = 'v456.0.2';
78
public static var app:Scratch; // static reference to the app, used for debugging
79
80
// Display modes
0 commit comments