Skip to content

Commit 730d445

Browse files
committed
updated version to 3.1.2
1 parent be0a970 commit 730d445

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Feathers UI 3.1.1
1+
# Feathers UI 3.1.2
22

33
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.
44

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Noteworthy changes in official, stable releases of [Feathers UI](http://feathersui.com/).
44

5+
## 3.1.2 - January 2017
6+
7+
* FontStylesSet: Clones or copies properties from starling.text.TextFormat to avoid memory leak.
8+
59
## 3.1.1 - November 2016
610

711
* AnchorLayout: fixed issue where using percentWidth would result in an error about maxWidth being NaN.

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ themes.output = ${output.path}/themes
2424

2525
swf.version = 30
2626

27-
feathers.version = 3.1.1
27+
feathers.version = 3.1.2
2828

2929
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>

source/feathers/FEATHERS_VERSION.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ package feathers
1717
* <code>2.2.0+sdk</code>. The beta version of Feathers SDK 2.2 would use
1818
* the following value: <code>2.2.0-beta+sdk</code>.
1919
*/
20-
public const FEATHERS_VERSION:String = "3.1.1";
20+
public const FEATHERS_VERSION:String = "3.1.2";
2121
}

0 commit comments

Comments
 (0)