diff --git a/README.md b/README.md
index 375ea6f4..2aa6a6c8 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,6 @@ This code builds and passes tests and checks on JDK 11, 13, 14, and 15.
## Releases
* [2.1.1](https://github.com/binkley/kotlin-rational/tree/kotlin-rational-2.1.1)
- — (**IN PROGRESS**)
- Smaller footprint for big rational instances
- Java interoperability
- Conversion to `BigDecimal` with number of decimal places and rounding
diff --git a/pom.xml b/pom.xml
index 3a2c4e9e..830dfe16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
hm.binkley
kotlin-rational
- 2.1.1-SNAPSHOT
+ 2.1.1
kotlin-rational
diff --git a/run.sh b/run.sh
index c5164a31..fccf3479 100755
--- a/run.sh
+++ b/run.sh
@@ -3,7 +3,7 @@
readonly package=hm.binkley.math
readonly artifactId=kotlin-rational
-readonly version=2.1.1-SNAPSHOT
+readonly version=2.1.1
# No editable parts below here