diff --git a/README.md b/README.md
index 71916ede..74da12a3 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
com.upokecenter
cbor
- 4.4.4
+ 4.5
```
diff --git a/pom.xml b/pom.xml
index 7c3111c1..c77b3ed5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.upokecenter
cbor
jar
- 4.5-SNAPSHOT
+ 4.5
CBOR (Concise Binary Object Representation)
A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.
https://github.com/peteroupc/CBOR-Java