diff --git a/README.md b/README.md
index aa33bd3..78207d3 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,22 @@
# vldocking
-This is a fork of https://bitbucket.org/akuhtz/vldocking
+This is a fork of https://github.com/cmadsen/vldocking
-## Why?
-
-Because upstream appears to have been abandoned, but bug fixes and new features were desired for [OmegaT](http://www.omegat.org/).
+## So what's new?
-See https://github.com/akuhtz/vldocking/ for more information, tutorials etc.
+**3.0.9**
+* #2: Flash the TitleBar is broken
-## So what's new?
+**3.0.8**
+* #1: Add an Automatic-Module-Name to MANIFEST.MF
-* Switched to Gradle
+**3.0.5**
* Made an important fix for Linux (see https://github.com/cmadsen/vldocking/pull/9)
* Additional customization:
* The background of `AutoHideButton`s is now customizable via the `AutoHideButton.background` key for `UIManager` (`Color` value)
* The background of `AutoHideButtonPanel` is now customizable via the `AutoHideButtonPanel.background` key for `UIManager` (`Color` value)
* Disable the gradient on `DockViewTitleBar` via the `DockViewTitleBar.disableCustomPaint` key for `UIManager` (`Boolean` value)
* The border of the main `DockingDesktop` component can be set via the `DockingDesktop.border` key for `UIManager` (`Border` value)
-* Released version 3.0.5 with the above changes
Changes introduced by cmadsen/vldocking:
@@ -35,7 +34,7 @@ Changes introduced by cmadsen/vldocking:
org.bidib.jbidib.com.vldocking
vldocking
- 3.0.8
+ 3.0.9
```
@@ -44,7 +43,7 @@ Changes introduced by cmadsen/vldocking:
Just add this to your `build.gradle` file's `dependencies` block:
```
-compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.8'
+compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.9'
```
VLDocking, the swing docking framework
diff --git a/pom.xml b/pom.xml
index ee975a6..e128c1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
org.bidib.jbidib.com.vldocking
vldocking
- 3.0.9-SNAPSHOT
+ 3.0.9
jar
https://github.com/akuhtz/vldocking.git