Skip to content

Commit

Permalink
version bump to 2.0.1, SDK version updated to 15.0.0.356
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 17, 2014
1 parent ace22b0 commit b18c57a
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Feathers 2.0.0
# Feathers 2.0.1

Say hello to [Feathers](http://feathersui.com/), a library of light-weight, skinnable, and extensible UI controls for mobile and desktop. The components run on [Starling Framework](http://starling-framework.org/) and the [Adobe Flash runtimes](http://gaming.adobe.com/technologies/) — offering blazing fast GPU powered graphics to create a smooth and responsive experience. Build completely standalone, native applications on iOS, Android, Windows, and Mac OS X, or target Adobe Flash Player in desktop browsers. Created by [Josh Tynjala](http://twitter.com/joshtynjala), Feathers is free and open source.

Expand Down
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Noteworthy changes in official, stable releases of [Feathers](http://feathersui.com/).

## 2.0.1

## 2.0.0

* New style provider architecture for skinning and themes.
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ swf.version = 18

mxml.namespace = library://ns.feathersui.com/mxml

feathers.version = 2.0.0
feathers.version = 2.0.1

footer.text = <a href='http://feathersui.com/' target='_top'>Feathers Website</a> | <a href='http://wiki.starling-framework.org/feathers/start' target='_top'>Feathers Documentation</a> | <a href='https://github.com/joshtynjala/feathers' target='_top'>Github Project</a> | <a href='http://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>
2 changes: 1 addition & 1 deletion examples/ComponentsExplorer/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.ComponentsExplorer</id>
<filename>Feathers Components</filename>
<name>Feathers Components</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Components Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/DisplayObjectExplorer/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.DisplayObjectExplorer</id>
<filename>Feathers Display Objects</filename>
<name>Feathers Display Objects</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Display Object Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/DragAndDrop/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/DrawersExplorer/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/DrawersExplorer/source/DrawersExplorer-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.DrawersExplorer</id>
<filename>Drawers</filename>
<name>Drawers</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Drawers Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Gallery/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/Gallery/source/Gallery-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Gallery</id>
<filename>Feathers Gallery</filename>
<name>Feathers Gallery</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Gallery example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/HelloWorld/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/HelloWorld/source/HelloWorld-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.HelloWorld</id>
<filename>Feathers Hello World</filename>
<name>Feathers Hello World</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Hello World example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/LayoutExplorer/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/LayoutExplorer/source/LayoutExplorer-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.LayoutExplorer</id>
<filename>Feathers Layouts</filename>
<name>Feathers Layouts</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Layout Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/MXML/source/MXML-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.MXML</id>
<filename>Feathers MXML</filename>
<name>Feathers MXML</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>MXML example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/TileList/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/TileList/source/TileList-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.TileList</id>
<filename>Feathers TileList</filename>
<name>Feathers TileList</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>TileList example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Todos/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/Todos/source/Todos-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Todos</id>
<filename>Todos</filename>
<name>Todos</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Todos example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/TrainTimes/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/TrainTimes/source/TrainTimes-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.TrainTimes</id>
<filename>Train Times</filename>
<name>Train Times</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>Train Times example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/YouTubeFeeds/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The location of the SDK.
# Override flashsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flashsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
flashsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356

# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
Expand Down
2 changes: 1 addition & 1 deletion examples/YouTubeFeeds/source/YouTubeFeeds-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.YouTubeFeeds</id>
<filename>Feathers YouTube Feeds</filename>
<name>Feathers YouTube Feeds</name>
<versionNumber>2.0.0</versionNumber>
<versionNumber>2.0.1</versionNumber>
<description>YouTube Feeds example application built with Feathers UI controls for Starling</description>
<copyright>2014 Josh Tynjala</copyright>

Expand Down
2 changes: 1 addition & 1 deletion sdk.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The location of the AIR SDK with ASC 2.0
airsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR15.0.0.302
airsdk.root = /Users/joshtynjala/Development/Flash/sdks/AIR15.0.0.356
airsdk.bin = ${airsdk.root}/bin
airsdk.lib = ${airsdk.root}/lib
airsdk.config = ${airsdk.root}/frameworks/flex-config.xml
Expand Down

0 comments on commit b18c57a

Please sign in to comment.