Skip to content

Commit

Permalink
update version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 17, 2017
1 parent 4049112 commit 04a70ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Feathers SDK 3.3.0-beta
# Feathers SDK 3.3.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 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.3.0 - In Development
## 3.3.0 - July 2017

* Added configuration file for Visual Studio Code to ide/vscode-nextgenas. This configuration file ensures that the code intelligence understands that different classes are automatically imported in MXML files when using the Feathers SDK.
* Compiler: fixed issue where initializing member variable/constant that is [Deprecated] incorrectly throws extra warning.
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.3.0-beta
release.version.feathers = 3.3.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.3.0-beta FP19.0 AIR19.0 en_US</name>
<name>Feathers SDK 3.3.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>20170621</build>
<build>20170717</build>
</flex-sdk-description>

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

0 comments on commit 04a70ec

Please sign in to comment.