Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed May 1, 2020
1 parent 27c61b6 commit eb49a70
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Feathers SDK 4.1.0
# Feathers SDK 4.1.1

The [Feathers SDK](https://feathersui.com/sdk/) provides custom ActionScript and MXML compilers specifically designed for apps built with [Starling Framework](https://gamua.com/starling/) and [Feathers UI](https://feathersui.com/) components. This SDK makes building Starling and Feathers projects easier by simplifying project setup in supported IDEs and by providing more appropriate defaults (such as using "direct" render mode). The MXML compiler has been overhauled to work with Starling events and Feathers components.

Expand All @@ -16,7 +16,7 @@ The [Feathers SDK](https://feathersui.com/sdk/) provides custom ActionScript and

## Included Libraries

* Feathers UI 4.1.0
* Feathers UI 4.1.1
* Starling Framework 2.6

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

Noteworthy changes in official, stable releases of the [Feathers SDK](https://feathersui.com/sdk).

## 4.1.1 - May 2020

* Bug fixes from Feathers UI 4.1.1

## 4.1.0 - February 2020

* Feathers UI 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
################################################################################

# flex-sdk-description values
release.version.feathers = 4.1.0
release.version.feathers = 4.1.1
# this is the version of Apache Flex that the SDK is based on. certain IDEs have
# special requirements for the version string, but the Feathers version string
# isn't compatible.
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>Hello World</filename>
<name>Hello World</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Hello World example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Magic8Chat/source/Magic8Chat-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Magic8Chat</id>
<filename>Magic8Chat</filename>
<name>Magic8Chat</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Magic8Chat example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/PullToRefresh/source/PullToRefresh-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.PullToRefresh</id>
<filename>Pull To Refresh</filename>
<name>Pull To Refresh</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Pull to Refresh example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.StackScreenNavigatorExplorer</id>
<filename>StackScreenNavigator</filename>
<name>StackScreenNavigator</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>StackScreenNavigator Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Tabs/source/Tabs-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Tabs</id>
<filename>Tabs</filename>
<name>Tabs</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Tabs example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

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>Tile List</filename>
<name>Tile List</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>TileList example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
4 changes: 2 additions & 2 deletions flex-sdk-description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
-->
<flex-sdk-description>
<name>Feathers SDK 4.1.0 FP19.0 AIR19.0 en_US</name>
<name>Feathers SDK 4.1.1 FP19.0 AIR19.0 en_US</name>
<!-- for compatibility with Flash Builder, the version element needs to show
the version of Apache Flex that this SDK was forked from -->
<version>4.14.0</version>
<build>20200218</build>
<build>20200501</build>
</flex-sdk-description>

2 changes: 1 addition & 1 deletion frameworks/projects/feathers/feathers

0 comments on commit eb49a70

Please sign in to comment.