diff --git a/README.md b/README.md
index b8c7f5d..26619c0 100644
--- a/README.md
+++ b/README.md
@@ -367,6 +367,11 @@ bungeeSign=Teleport to
# Changes
+#### \[Version 0.9.0.3] EpicKnarvik97 fork
+
+- Adds a missing error message when a player in a vehicle cannot pay the teleportation fee
+- Adds UUID migration to automatically update player names to UUID when possible
+
#### \[Version 0.9.0.2] EpicKnarvik97 fork
- Fixes a bug causing Stargates using NETHER_PORTAL blocks to generate nether portals in the nether.
diff --git a/pom.xml b/pom.xml
index 4e11f14..c274170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
net.knarcraft
Stargate
- 0.9.0.2
+ 0.9.0.3
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index d25782d..2505b3b 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
name: Stargate
main: net.knarcraft.stargate.Stargate
-version: 0.9.0.2
+version: 0.9.0.3
description: Stargate mod for Bukkit Revived
author: EpicKnarvik97
authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]