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 13c3ee1 commit 3ba016e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Feathers 3.3.0-beta
# Feathers 3.3.0

Say hello to [Feathers UI](https://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](https://www.adobe.com/devnet/games/runtimes.html) — offering blazing fast GPU powered graphics to create a smooth and responsive experience. Build completely standalone, native applications on iOS, Android, Windows, and macOS, or target Adobe Flash Player in desktop browsers. Created by [Josh Tynjala](https://twitter.com/joshtynjala) from Bowler Hat LLC, Feathers UI is free and open source.

## Quick Links

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

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 [Feathers UI](http://feathersui.com/).

## 3.3.0 - In Development
## 3.3.0 - July 2017

* New Component: Tree is a List-like component designed for displaying nested hierarchical data, with branches that may be opened and closed.
* New Layout: SlideShowLayout is designed for displaying one image at a time in a gallery.
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ themes.output = ${output.path}/themes

swf.version = 30

feathers.version = 3.3.0-beta
feathers.version = 3.3.0

footer.text = <a href='http://feathersui.com/' target='_top'>Feathers</a> | <a href='https://github.com/BowlerHatLLC/feathers' target='_top'>Github Project</a> | <a href='http://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>
2 changes: 1 addition & 1 deletion source/feathers/FEATHERS_VERSION.as
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package feathers
*
* @productversion Feathers 2.1.0
*/
public const FEATHERS_VERSION:String = "3.3.0-beta";
public const FEATHERS_VERSION:String = "3.3.0";
}

0 comments on commit 3ba016e

Please sign in to comment.