diff --git a/README.md b/README.md
index 0e6247ad31..d74549e0d7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Feathers 4.1.0
+# Feathers 4.1.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](https://gamua.com/starling/) 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/RELEASENOTES.md b/RELEASENOTES.md
index 878c17304a..188ce22e60 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -2,6 +2,11 @@
Noteworthy changes in official, stable releases of [Feathers UI](https://feathersui.com/).
+## 4.1.1 - May 2020
+
+* FeathersControl: Fixed issue where super.visible was never set to false at the completion of a hideEffect.
+* Scroller: Fixed issue where scroller actualWidth was incorrectly passed to view port minVisibleWidth instead of actualMinWidth.
+
## 4.1.0 - February 2020
* Targets Starling 2.6.
diff --git a/build.properties b/build.properties
index c48591c909..9a6cfa7583 100644
--- a/build.properties
+++ b/build.properties
@@ -24,6 +24,6 @@ themes.output = ${output.path}/themes
swf.version = 30
-feathers.version = 4.1.0
+feathers.version = 4.1.1
footer.text = Feathers | Github Project | Support Forum
\ No newline at end of file
diff --git a/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml b/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml
index 258cb66d5d..bbcfa702bb 100644
--- a/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml
+++ b/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.ComponentsExplorer
Components
Components
- 4.1.0
+ 4.1.1
Components Explorer example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/DrawersExplorer/source/DrawersExplorer-app.xml b/examples/DrawersExplorer/source/DrawersExplorer-app.xml
index b411979838..655dfdbbac 100644
--- a/examples/DrawersExplorer/source/DrawersExplorer-app.xml
+++ b/examples/DrawersExplorer/source/DrawersExplorer-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.DrawersExplorer
Drawers
Drawers
- 4.1.0
+ 4.1.1
Drawers Explorer example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/Gallery/source/Gallery-app.xml b/examples/Gallery/source/Gallery-app.xml
index e953bfccfe..0311a97090 100644
--- a/examples/Gallery/source/Gallery-app.xml
+++ b/examples/Gallery/source/Gallery-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.Gallery
Gallery
Gallery
- 4.1.0
+ 4.1.1
Gallery example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/HelloWorld/source/HelloWorld-app.xml b/examples/HelloWorld/source/HelloWorld-app.xml
index ce1fbb5f17..9e44dd87c8 100644
--- a/examples/HelloWorld/source/HelloWorld-app.xml
+++ b/examples/HelloWorld/source/HelloWorld-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.HelloWorld
Hello World
Hello World
- 4.1.0
+ 4.1.1
Hello World example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/LayoutExplorer/source/LayoutExplorer-app.xml b/examples/LayoutExplorer/source/LayoutExplorer-app.xml
index 30a4d5aadd..2e962868df 100644
--- a/examples/LayoutExplorer/source/LayoutExplorer-app.xml
+++ b/examples/LayoutExplorer/source/LayoutExplorer-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.LayoutExplorer
Layouts
Layouts
- 4.1.0
+ 4.1.1
Layout Explorer example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/Magic8Chat/source/Magic8Chat-app.xml b/examples/Magic8Chat/source/Magic8Chat-app.xml
index 49c55b965e..88a0043c06 100644
--- a/examples/Magic8Chat/source/Magic8Chat-app.xml
+++ b/examples/Magic8Chat/source/Magic8Chat-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.Magic8Chat
Magic8Chat
Magic8Chat
- 4.1.0
+ 4.1.1
Magic8Chat example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/PullToRefresh/source/PullToRefresh-app.xml b/examples/PullToRefresh/source/PullToRefresh-app.xml
index 418543ddae..8421fbbd45 100644
--- a/examples/PullToRefresh/source/PullToRefresh-app.xml
+++ b/examples/PullToRefresh/source/PullToRefresh-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.PullToRefresh
PullToRefresh
Pull to Refresh
- 4.1.0
+ 4.1.1
Pull to Refresh example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/StackScreenNavigatorExplorer/source/StackScreenNavigatorExplorer-app.xml b/examples/StackScreenNavigatorExplorer/source/StackScreenNavigatorExplorer-app.xml
index c39f4303fc..30cc7151d5 100644
--- a/examples/StackScreenNavigatorExplorer/source/StackScreenNavigatorExplorer-app.xml
+++ b/examples/StackScreenNavigatorExplorer/source/StackScreenNavigatorExplorer-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.StackScreenNavigatorExplorer
StackScreenNavigator
StackScreenNavigator
- 4.1.0
+ 4.1.1
StackScreenNavigator Explorer example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/Tabs/source/Tabs-app.xml b/examples/Tabs/source/Tabs-app.xml
index 350aff3bb3..a836221e8b 100644
--- a/examples/Tabs/source/Tabs-app.xml
+++ b/examples/Tabs/source/Tabs-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.Tabs
Tabs
Tabs
- 4.1.0
+ 4.1.1
Tabs example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/TileList/source/TileList-app.xml b/examples/TileList/source/TileList-app.xml
index 891758339c..c796c51ecb 100644
--- a/examples/TileList/source/TileList-app.xml
+++ b/examples/TileList/source/TileList-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.TileList
Tile List
Tile List
- 4.1.0
+ 4.1.1
TileList example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/Todos/source/Todos-app.xml b/examples/Todos/source/Todos-app.xml
index 69c457f0eb..07c7ca1d71 100644
--- a/examples/Todos/source/Todos-app.xml
+++ b/examples/Todos/source/Todos-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.Todos
Todos
Todos
- 4.1.0
+ 4.1.1
Todos example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/TrainTimes/source/TrainTimes-app.xml b/examples/TrainTimes/source/TrainTimes-app.xml
index 1a22d6b351..c0f038ab67 100644
--- a/examples/TrainTimes/source/TrainTimes-app.xml
+++ b/examples/TrainTimes/source/TrainTimes-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.TrainTimes
Train Times
Train Times
- 4.1.0
+ 4.1.1
Train Times example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml b/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml
index e80d980bdc..4d5a15d18a 100644
--- a/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml
+++ b/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.TransitionsExplorer
Transitions
Transitions
- 4.1.0
+ 4.1.1
Transitions Explorer example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/Video/source/Video-app.xml b/examples/Video/source/Video-app.xml
index e0f1dbb874..726f90b30b 100644
--- a/examples/Video/source/Video-app.xml
+++ b/examples/Video/source/Video-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.Video
Feathers Video
Feathers Video
- 4.1.0
+ 4.1.1
Video example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml b/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml
index 79364b8f8e..30db967841 100644
--- a/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml
+++ b/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml
@@ -3,7 +3,7 @@
com.feathersui.examples.YouTubeFeeds
YouTube Feeds
YouTube Feeds
- 4.1.0
+ 4.1.1
YouTube Feeds example application built with Feathers UI controls for Starling
2020 Bowler Hat LLC
diff --git a/source/feathers/FEATHERS_VERSION.as b/source/feathers/FEATHERS_VERSION.as
index bc77da319b..86975c7983 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 = "4.1.0";
+ public const FEATHERS_VERSION:String = "4.1.1";
}