Updated the examples.

This commit is contained in:
Erik C. Thauvin 2019-05-24 01:13:41 -07:00
parent 6081bdfdd5
commit 4efc2ba2d6
15 changed files with 51 additions and 34 deletions

View file

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