mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Bumped version to 420
This commit is contained in:
parent
111dbeac8e
commit
0d7417b5bd
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ package {
|
||||||
|
|
||||||
public class Scratch extends Sprite {
|
public class Scratch extends Sprite {
|
||||||
// Version
|
// Version
|
||||||
public static const versionString:String = 'v419';
|
public static const versionString:String = 'v420';
|
||||||
public static var app:Scratch; // static reference to the app, used for debugging
|
public static var app:Scratch; // static reference to the app, used for debugging
|
||||||
|
|
||||||
// Display modes
|
// Display modes
|
||||||
|
|
Loading…
Reference in a new issue