Skip to content

Commit

Permalink
updated version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 5, 2017
1 parent be0a970 commit 730d445
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Feathers UI 3.1.1
# Feathers UI 3.1.2

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

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

## 3.1.2 - January 2017

* FontStylesSet: Clones or copies properties from starling.text.TextFormat to avoid memory leak.

## 3.1.1 - November 2016

* AnchorLayout: fixed issue where using percentWidth would result in an error about maxWidth being NaN.
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.1.1
feathers.version = 3.1.2

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 @@ -17,5 +17,5 @@ package feathers
* <code>2.2.0+sdk</code>. The beta version of Feathers SDK 2.2 would use
* the following value: <code>2.2.0-beta+sdk</code>.
*/
public const FEATHERS_VERSION:String = "3.1.1";
public const FEATHERS_VERSION:String = "3.1.2";
}

0 comments on commit 730d445

Please sign in to comment.