diff --git a/README.md b/README.md
index 574dc25..ca7f0c9 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ java -jar mc-resource-analyzer-x.x.x.jar [-hHmsStV] [-B=PATH] [-M=PATH] [-o=STRI
- `-s`, `--statistics`: Outputs a file with statistics about the analysis.
- `-o`, `--output-prefix`: Use this argument to add a prefix to the program's output files. For example, using `-o abc` would result in the files `abc.csv` and `abc_table.html`.
- `-v`, `--version-select`: Use this argument if you want to analyze a world that was not generated with the latest version of Minecraft. Selecting a version that does not match the version with which the regions were generated may result in unexpected behavior. The following versions are supported:
- - `ANVIL_118` for 1.18 to 1.20.1
+ - `ANVIL_118` for 1.18 to 1.20.2
- `ANVIL_2021` for 1.16 to 1.17
- `ANVIL_2018` for 1.13 to 1.15
- `ANVIL_2012` for 1.2 to 1.12
@@ -46,7 +46,7 @@ java -jar mc-resource-analyzer-x.x.x.jar [-hHmsStV] [-B=PATH] [-M=PATH] [-o=STRI
### Version compatibility
-MCResourceAnalyzer 1.2.1 can analyze worlds generated with any version of Minecraft: Java Edition between Indev 0.31 20100122 and 1.20.1.
+MCResourceAnalyzer 1.2.3 can analyze worlds generated with any version of Minecraft: Java Edition between Indev 0.31 20100122 and 1.20.2.
Note that Indev worlds with the `Long` and `Deep` world shapes are not supported.
diff --git a/pom.xml b/pom.xml
index 02fd2e0..eea6667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
io.github.meeples10.mcresourceanalyzer
mc-resource-analyzer
- 1.2.3-SNAPSHOT
+ 1.2.3
jar
MCResourceAnalyzer