Skip to content

Commit

Permalink
updated version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 28, 2016
1 parent e6a3a7d commit 53a7d8c
Show file tree
Hide file tree
Showing 4 changed files with 8 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.0.2
# Feathers UI 3.0.3

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
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 3.0.3 - July 2016

* ImageLoader: Fixed issue where reusing the existing texture did not cause the rendered view to update when skipUnchangedFrames is false.
* Text Renderers: Fixed issue where reusing the texture(s) did not cause the rendered view to update when skipUnchangedFrames is false.

## 3.0.2 - June 2016

* Scroller: Fixed issue where view port mask would not always be resized, such as when items are added to a List.
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.0.2
feathers.version = 3.0.3

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.0.2";
public const FEATHERS_VERSION:String = "3.0.3";
}

0 comments on commit 53a7d8c

Please sign in to comment.