From b18c57a09c1c5296ec22c2f744d422039bb015d8 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Mon, 17 Nov 2014 14:47:35 -0800 Subject: [PATCH] version bump to 2.0.1, SDK version updated to 15.0.0.356 --- README.md | 2 +- RELEASENOTES.md | 2 ++ build.properties | 2 +- examples/ComponentsExplorer/sdk.properties | 2 +- examples/ComponentsExplorer/source/ComponentsExplorer-app.xml | 2 +- examples/DisplayObjectExplorer/sdk.properties | 2 +- .../DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml | 2 +- examples/DragAndDrop/sdk.properties | 2 +- examples/DrawersExplorer/sdk.properties | 2 +- examples/DrawersExplorer/source/DrawersExplorer-app.xml | 2 +- examples/Gallery/sdk.properties | 2 +- examples/Gallery/source/Gallery-app.xml | 2 +- examples/HelloWorld/sdk.properties | 2 +- examples/HelloWorld/source/HelloWorld-app.xml | 2 +- examples/LayoutExplorer/sdk.properties | 2 +- examples/LayoutExplorer/source/LayoutExplorer-app.xml | 2 +- examples/MXML/source/MXML-app.xml | 2 +- examples/TileList/sdk.properties | 2 +- examples/TileList/source/TileList-app.xml | 2 +- examples/Todos/sdk.properties | 2 +- examples/Todos/source/Todos-app.xml | 2 +- examples/TrainTimes/sdk.properties | 2 +- examples/TrainTimes/source/TrainTimes-app.xml | 2 +- examples/YouTubeFeeds/sdk.properties | 2 +- examples/YouTubeFeeds/source/YouTubeFeeds-app.xml | 2 +- sdk.properties | 2 +- 26 files changed, 27 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index b2c4fd8f1e..2f055a38e1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ad0635ce4f..c2aa374e53 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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. diff --git a/build.properties b/build.properties index 8fa9d1a255..8e5eccda51 100644 --- a/build.properties +++ b/build.properties @@ -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 = Feathers Website | Feathers Documentation | Github Project | Support Forum \ No newline at end of file diff --git a/examples/ComponentsExplorer/sdk.properties b/examples/ComponentsExplorer/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/ComponentsExplorer/sdk.properties +++ b/examples/ComponentsExplorer/sdk.properties @@ -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 diff --git a/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml b/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml index 2c93bef5aa..0b9f03b01b 100644 --- a/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml +++ b/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.ComponentsExplorer Feathers Components Feathers Components - 2.0.0 + 2.0.1 Components Explorer example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/DisplayObjectExplorer/sdk.properties b/examples/DisplayObjectExplorer/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/DisplayObjectExplorer/sdk.properties +++ b/examples/DisplayObjectExplorer/sdk.properties @@ -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 diff --git a/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml b/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml index 11892eb9cf..70bb942e11 100644 --- a/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml +++ b/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.DisplayObjectExplorer Feathers Display Objects Feathers Display Objects - 2.0.0 + 2.0.1 Display Object Explorer example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/DragAndDrop/sdk.properties b/examples/DragAndDrop/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/DragAndDrop/sdk.properties +++ b/examples/DragAndDrop/sdk.properties @@ -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 diff --git a/examples/DrawersExplorer/sdk.properties b/examples/DrawersExplorer/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/DrawersExplorer/sdk.properties +++ b/examples/DrawersExplorer/sdk.properties @@ -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 diff --git a/examples/DrawersExplorer/source/DrawersExplorer-app.xml b/examples/DrawersExplorer/source/DrawersExplorer-app.xml index 1e5c499dcc..de9a1194e6 100644 --- a/examples/DrawersExplorer/source/DrawersExplorer-app.xml +++ b/examples/DrawersExplorer/source/DrawersExplorer-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.DrawersExplorer Drawers Drawers - 2.0.0 + 2.0.1 Drawers Explorer example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/Gallery/sdk.properties b/examples/Gallery/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/Gallery/sdk.properties +++ b/examples/Gallery/sdk.properties @@ -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 diff --git a/examples/Gallery/source/Gallery-app.xml b/examples/Gallery/source/Gallery-app.xml index 0a13cd292e..28ef91fe3a 100644 --- a/examples/Gallery/source/Gallery-app.xml +++ b/examples/Gallery/source/Gallery-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.Gallery Feathers Gallery Feathers Gallery - 2.0.0 + 2.0.1 Gallery example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/HelloWorld/sdk.properties b/examples/HelloWorld/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/HelloWorld/sdk.properties +++ b/examples/HelloWorld/sdk.properties @@ -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 diff --git a/examples/HelloWorld/source/HelloWorld-app.xml b/examples/HelloWorld/source/HelloWorld-app.xml index df352f1009..1a32c39d2a 100644 --- a/examples/HelloWorld/source/HelloWorld-app.xml +++ b/examples/HelloWorld/source/HelloWorld-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.HelloWorld Feathers Hello World Feathers Hello World - 2.0.0 + 2.0.1 Hello World example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/LayoutExplorer/sdk.properties b/examples/LayoutExplorer/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/LayoutExplorer/sdk.properties +++ b/examples/LayoutExplorer/sdk.properties @@ -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 diff --git a/examples/LayoutExplorer/source/LayoutExplorer-app.xml b/examples/LayoutExplorer/source/LayoutExplorer-app.xml index 10e8364b0e..2cd58dd497 100644 --- a/examples/LayoutExplorer/source/LayoutExplorer-app.xml +++ b/examples/LayoutExplorer/source/LayoutExplorer-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.LayoutExplorer Feathers Layouts Feathers Layouts - 2.0.0 + 2.0.1 Layout Explorer example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/MXML/source/MXML-app.xml b/examples/MXML/source/MXML-app.xml index 62580f15cf..032c8d6497 100644 --- a/examples/MXML/source/MXML-app.xml +++ b/examples/MXML/source/MXML-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.MXML Feathers MXML Feathers MXML - 2.0.0 + 2.0.1 MXML example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/TileList/sdk.properties b/examples/TileList/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/TileList/sdk.properties +++ b/examples/TileList/sdk.properties @@ -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 diff --git a/examples/TileList/source/TileList-app.xml b/examples/TileList/source/TileList-app.xml index f1d9c25d62..b98f22907b 100644 --- a/examples/TileList/source/TileList-app.xml +++ b/examples/TileList/source/TileList-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.TileList Feathers TileList Feathers TileList - 2.0.0 + 2.0.1 TileList example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/Todos/sdk.properties b/examples/Todos/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/Todos/sdk.properties +++ b/examples/Todos/sdk.properties @@ -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 diff --git a/examples/Todos/source/Todos-app.xml b/examples/Todos/source/Todos-app.xml index 9c16c57a9c..3f1d732540 100644 --- a/examples/Todos/source/Todos-app.xml +++ b/examples/Todos/source/Todos-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.Todos Todos Todos - 2.0.0 + 2.0.1 Todos example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/TrainTimes/sdk.properties b/examples/TrainTimes/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/TrainTimes/sdk.properties +++ b/examples/TrainTimes/sdk.properties @@ -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 diff --git a/examples/TrainTimes/source/TrainTimes-app.xml b/examples/TrainTimes/source/TrainTimes-app.xml index 90e3858d1c..ff541bea12 100644 --- a/examples/TrainTimes/source/TrainTimes-app.xml +++ b/examples/TrainTimes/source/TrainTimes-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.TrainTimes Train Times Train Times - 2.0.0 + 2.0.1 Train Times example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/examples/YouTubeFeeds/sdk.properties b/examples/YouTubeFeeds/sdk.properties index ab275a8672..0df2cde625 100644 --- a/examples/YouTubeFeeds/sdk.properties +++ b/examples/YouTubeFeeds/sdk.properties @@ -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 diff --git a/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml b/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml index 55905cf307..dfe68ced01 100644 --- a/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml +++ b/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml @@ -3,7 +3,7 @@ com.feathersui.examples.YouTubeFeeds Feathers YouTube Feeds Feathers YouTube Feeds - 2.0.0 + 2.0.1 YouTube Feeds example application built with Feathers UI controls for Starling 2014 Josh Tynjala diff --git a/sdk.properties b/sdk.properties index 09342a2f77..fe4f45277b 100644 --- a/sdk.properties +++ b/sdk.properties @@ -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