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