diff --git a/README.md b/README.md
index 46b3081..94a09d6 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Add the plugin with the `extensions` option enabled.
com.marcnuri.plugins
gradle-api-maven-plugin
- 0.0.2
+ 0.0.3
true
@@ -60,17 +60,17 @@ Then, configure your IDE to perform a remote debug connection to port `8000`.
The project version should always point to the next release version.
-To release a new version, first tag the release with the current `pom.xml` version e.g. `v0.0.2`.
+To release a new version, first tag the release with the current `pom.xml` version e.g. `v0.0.3`.
```shell
-git tag v0.0.2
-git push origin v0.0.2
+git tag v0.0.3
+git push origin v0.0.3
```
Once we perform a release we need to set the next release version in the `pom.xml` file.
```shell
-mvn versions:set -DnewVersion=0.0.3 -DgenerateBackupPoms=false
+mvn versions:set -DnewVersion=0.0.4 -DgenerateBackupPoms=false
```
Then, commit the changes with the following message:
```shell
-git commit -m "[RELEASE] v0.0.2 released, prepare for next development iteration"
+git commit -m "[RELEASE] v0.0.3 released, prepare for next development iteration"
```
diff --git a/pom.xml b/pom.xml
index ad1c5b6..d323bef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.marcnuri.plugins
gradle-api-maven-plugin
- 0.0.3
+ 0.0.4
maven-plugin
Gradle API Maven Plugin