Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bumped revision to 0.9.5 and update binary file
  • Loading branch information
rob-bateman committed Jun 8, 2013
1 parent 1264e56 commit cb9c513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions awaybuilder-core/src/awaybuilder/AwayBuilder.as
Expand Up @@ -11,8 +11,8 @@ package awaybuilder

public static const MINOR_VERSION:uint = 9;

public static const REVISION:uint = 4;
public static const REVISION:uint = 5;

public static const SUFFIX:String = "Alpha";
public static const SUFFIX:String = "Beta";
}
}
Binary file modified awaybuilder-desktop/bin-release/AwayBuilderApplication.air
Binary file not shown.
4 changes: 2 additions & 2 deletions awaybuilder-desktop/src/AwayBuilderApplication-app.xml
Expand Up @@ -27,10 +27,10 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
<versionNumber>0.9.4</versionNumber>
<versionNumber>0.9.5</versionNumber>

<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
<versionLabel>0.9.4 Alpha</versionLabel>
<versionLabel>0.9.5 Beta</versionLabel>

<!-- Description, displayed in the AIR application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
Expand Down

0 comments on commit cb9c513

Please sign in to comment.