Skip to content

Commit

Permalink
prepare for 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jun 20, 2018
1 parent ce531d1 commit 9770a9c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Feathers SDK 3.5.0-beta2
# Feathers SDK 3.5.0

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.

## Quick Links

* [Website](http://feathersui.com/sdk/)
* [Beta Help](http://feathersui.com/beta/help/sdk/)
* [Help](http://feathersui.com/help/sdk/)
* [Discussion Forum](http://forum.starling-framework.org/forum/feathers)
* [Github Project](https://github.com/BowlerHatLLC/feathers-sdk)

Expand All @@ -16,7 +16,7 @@ The Feathers SDK provides custom ActionScript and MXML compilers specifically de

## Included Libraries

* Feathers UI 3.5.0-beta2
* Feathers UI 3.5.0
* Starling Framework 2.3

## Minimum Requirements
Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 3.5.0 - In Development
## 3.5.0 - June 2018

* MXML States: LayoutGroup, ScrollContainer, Panel, and other containers now support states syntax in MXML.

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.5.0-beta2
release.version.feathers = 3.5.0
# 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.5.0-beta2 FP19.0 AIR19.0 en_US</name>
<name>Feathers SDK 3.5.0 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>20180523</build>
<build>20180620</build>
</flex-sdk-description>

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

0 comments on commit 9770a9c

Please sign in to comment.