diff --git a/README.md b/README.md
index 774f49b..391e10d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Watch a demonstration video:
From the root directory, run:
-`mvn package;java -jar ./target/VMF2OBJ-2.0.0-rc.2-jar-with-dependencies.jar [VMF_FILE] [args...]`
+`mvn package;java -jar ./target/VMF2OBJ-2.0.0-rc.3-jar-with-dependencies.jar [VMF_FILE] [args...]`
```
usage: vmf2obj [VMF_FILE] [args...]
diff --git a/changelog.txt b/changelog.txt
index cae51ea..3cdf8da 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -6,6 +6,7 @@
* Fix displacements being exported incorrectly
* Fix compatibility with new large VMT files
* Fix compatibility with VMT files that have GPU conditional statements
+* Fix achievement arrays causing crashes
4/27/2021 1.1.3:
* Improve transparent material compatibility
diff --git a/pom.xml b/pom.xml
index b5e1c5a..f3aa0b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.lathrum.VMF2OBJ
VMF2OBJ
- 2.0.0-rc.2
+ 2.0.0-rc.3
jar
VMF2OBJ