Skip to content

Commit

Permalink
updates for upcoming 1.3.0 release (closes #708)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 31, 2014
1 parent 7113b92 commit c5ef3ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Feathers 1.3 BETA
# Feathers 1.3.0

Say hello to [Feathers](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), Feathers is free and open source.

Expand All @@ -7,7 +7,7 @@ Say hello to [Feathers](http://feathersui.com/), a library of light-weight, skin
* [Feathers Website](http://feathersui.com/)
* [List of Features](http://wiki.starling-framework.org/feathers/features)
* [Feathers Documentation](http://wiki.starling-framework.org/feathers/start)
* [BETA API Reference](http://feathersui.com/beta/documentation/)
* [API Reference](http://feathersui.com/documentation/)
* [Live Browser Examples](http://feathersui.com/examples/)
* [Support Forum](http://forum.starling-framework.org/forum/feathers)
* [Github Project](https://github.com/joshtynjala/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 releases of [Feathers](http://feathersui.com/).

## 1.3 BETA
## 1.3.0

* New Component: ScrollScreen is new base class for ScreenNavigator screens that supports scrolling similar to ScrollContainer.
* New Component: TextBlockTextRenderer is a new text renderer that renders text with flash.text.engine.TextBlock, with a texture snapshot similar to TextFieldTextRenderer.
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ swf.version = 18

mxml.namespace = library://ns.feathersui.com/mxml

feathers.version = 1.3 BETA
feathers.version = 1.3.0

footer.text = <a href='http://feathersui.com/' target='_top'>Feathers Website</a> | <a href='http://wiki.starling-framework.org/feathers/start' target='_top'>Feathers Documentation</a> | <a href='https://github.com/joshtynjala/feathers' target='_top'>Github Project</a> | <a href='http://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>

0 comments on commit c5ef3ee

Please sign in to comment.