diff --git a/README.md b/README.md
index 219f999..190165a 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,17 @@ byte[] ulid = UlidCreator.getFastBytes();
### Maven dependency
-Work in progress.
+Add these lines to your `pom.xml`.
+
+```xml
+
+
+ com.github.f4b6a3
+ ulid-creator
+ 1.0.0
+
+```
+See more options in [maven.org](https://search.maven.org/artifact/com.github.f4b6a3/ulid-creator) and [mvnrepository.com](https://mvnrepository.com/artifact/com.github.f4b6a3/ulid-creator).
Implementation
------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b905b2c..16c9724 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.github.f4b6a3
ulid-creator
- 1.0.1-SNAPSHOT
+ 1.0.0-SNAPSHOT
jar
ulid-creator