Skip to content

Commit

Permalink
build with Feathers SDK 3.0.1 and target AIR 21, bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jun 16, 2016
1 parent 45ce3ad commit 4ce131f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ icon.path = ${basedir}/assets/icons

bundle.name = Feathers SDK Manager

swf.version = 29
swf.version = 30
2 changes: 1 addition & 1 deletion sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override featherssdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
feathers.sdk.root = /Users/joshtynjala/Development/Flash/sdks/feathers-sdk-3.0.0-beta2_AIR21
feathers.sdk.root = /Users/joshtynjala/Development/Flash/sdks/feathers-sdk-3.0.1_AIR21
frameworks.root = ${feathers.sdk.root}/frameworks

# path to compiler jars
Expand Down
6 changes: 3 additions & 3 deletions source/FeathersSDKManager-app.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/19.0">
<application xmlns="http://ns.adobe.com/air/application/21.0">
<id>com.feathersui.FeathersSDKManager</id>
<filename>Feathers SDK Manager</filename>
<name>Feathers SDK Manager</name>
<versionNumber>1.1.1</versionNumber>
<versionNumber>1.1.2</versionNumber>
<description>Downloads and manages the Feathers SDK and its dependencies.</description>
<copyright>2015 Bowler Hat LLC</copyright>
<copyright>2016 Bowler Hat LLC</copyright>

<initialWindow>
<content>FeathersSDKManager.swf</content>
Expand Down

0 comments on commit 4ce131f

Please sign in to comment.