Fixed typo.

This commit is contained in:
Erik C. Thauvin 2018-07-02 23:10:14 -07:00
parent acbd394d2d
commit 81cefb1f32

View file

@ -86,7 +86,7 @@ version.prerelease=beta
version.buildmeta=exp.sha.5114f85
```
`projet.version` will be `1.0.0-beta+exp.sha.5114f85` in Gradle.
`project.version` will be `1.0.0-beta+exp.sha.5114f85` in Gradle.
- __Examples__: [Java](https://github.com/ethauvin/semver-gradle/tree/master/examples/java), [Kotlin](https://github.com/ethauvin/semver-gradle/tree/master/examples/kotlin)