Version 1.0.4. Closes #8. Implemented by e1891c47af

This commit is contained in:
Erik C. Thauvin 2019-07-26 12:36:22 -07:00
parent 062758a5f0
commit 024f3d4fc9
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
plugins {
id 'java'
id 'application'
id 'net.thauvin.erik.gradle.semver' version '1.0.2'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
id 'com.github.ben-manes.versions' version '0.21.0'
}