Skip to content

Commit

Permalink
updated for Feathers SDK 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 12, 2017
1 parent 72e18aa commit b01bf85
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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 3.1.1
# Feathers SDK 3.1.2

The Feathers SDK provides custom ActionScript and MXML compilers specifically designed for apps built with [Starling Framework](http://starling-framework.org/) and [Feathers](http://feathersui.com/) UI 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 @@ -17,7 +17,7 @@ The Feathers SDK provides custom ActionScript and MXML compilers specifically de

## Included Libraries

* Feathers UI 3.1.1
* Feathers UI 3.1.2
* Starling Framework 2.1

## 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](http://feathersui.com/sdk).

## 3.1.2 - January 2017

* Bug fixes from Feathers UI 3.1.2.

## 3.1.1 - November 2016

* Added support for AIR SDK packaged as DMG file to installer script.
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 = 3.1.1
release.version.feathers = 3.1.2
# 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
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 3.1.1 FP19.0 AIR19.0 en_US</name>
<name>Feathers SDK 3.1.2 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>20161121</build>
<build>20170112</build>
</flex-sdk-description>

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

0 comments on commit b01bf85

Please sign in to comment.