Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Bumped version string for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Aug 18, 2014
1 parent a4170a6 commit 5892382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scratch.as
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ package {

public class Scratch extends Sprite {
// Version
public static const versionString:String = 'v423';
public static const versionString:String = 'v423d';
public static var app:Scratch; // static reference to the app, used for debugging

// Display modes
Expand Down

0 comments on commit 5892382

Please sign in to comment.