From 28ca769c546b3f4747ac8d69239d05b09505e559 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 15 Apr 2019 23:36:53 -0700 Subject: [PATCH] Cleanup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8756e74..f70f261 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ version.buildmeta= version.semver=1.0.0 ``` -To change the version of your project, remove the version from your `build.gradle` and simply edit your the version properties file to match your version number. +To change the version of your project, remove the version from `build.gradle` and simply edit the version properties file to match your version number. - __Examples__: [Java](https://github.com/ethauvin/semver-gradle/tree/master/examples/java), [Kotlin](https://github.com/ethauvin/semver-gradle/tree/master/examples/kotlin)