diff --git a/README.md b/README.md index bdabad7481..73cb464412 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Feathers 3.4.0 +# Feathers 3.4.1 Say hello to [Feathers UI](https://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 [Adobe AIR](http://www.adobe.com/products/air.html) — offering blazing fast GPU powered graphics to create a smooth and responsive experience. Build completely standalone, native applications on iOS, Android, Windows, and macOS, or target Adobe Flash Player in desktop browsers. Created by [Josh Tynjala](https://twitter.com/joshtynjala) from Bowler Hat LLC, Feathers UI is free and open source. diff --git a/build.properties b/build.properties index 554bdd6694..1581fae921 100644 --- a/build.properties +++ b/build.properties @@ -24,6 +24,6 @@ themes.output = ${output.path}/themes swf.version = 30 -feathers.version = 3.4.0 +feathers.version = 3.4.1 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 3c59e5135b..9235d466c9 100644 --- a/source/feathers/FEATHERS_VERSION.as +++ b/source/feathers/FEATHERS_VERSION.as @@ -19,5 +19,5 @@ package feathers * * @productversion Feathers 2.1.0 */ - public const FEATHERS_VERSION:String = "3.4.0"; + public const FEATHERS_VERSION:String = "3.4.1"; }