From 730d445c62d58275aa9ba249180bbe2e9801db54 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Wed, 4 Jan 2017 16:02:12 -0800 Subject: [PATCH] updated version to 3.1.2 --- README.md | 2 +- RELEASENOTES.md | 4 ++++ build.properties | 2 +- source/feathers/FEATHERS_VERSION.as | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0900047265..9c7d76c724 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4c8063e678..6ca62edde1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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. diff --git a/build.properties b/build.properties index 2b5e86d451..e0158dd955 100644 --- a/build.properties +++ b/build.properties @@ -24,6 +24,6 @@ themes.output = ${output.path}/themes swf.version = 30 -feathers.version = 3.1.1 +feathers.version = 3.1.2 footer.text = Feathers | Github Project | Support Forum \ No newline at end of file diff --git a/source/feathers/FEATHERS_VERSION.as b/source/feathers/FEATHERS_VERSION.as index f4aebe87ef..e4ea5f7564 100644 --- a/source/feathers/FEATHERS_VERSION.as +++ b/source/feathers/FEATHERS_VERSION.as @@ -17,5 +17,5 @@ package feathers * 2.2.0+sdk. The beta version of Feathers SDK 2.2 would use * the following value: 2.2.0-beta+sdk. */ - public const FEATHERS_VERSION:String = "3.1.1"; + public const FEATHERS_VERSION:String = "3.1.2"; }