Moved snapshot badge

This commit is contained in:
Erik C. Thauvin 2023-11-26 05:07:28 -08:00
parent 080e7c57bb
commit 22718395d2
2 changed files with 3 additions and 2 deletions

View file

@ -58,7 +58,7 @@ public class IsgdShortenBuild extends Project {
public IsgdShortenBuild() {
pkg = "net.thauvin.erik";
name = "isgd-shorten";
version = version(1, 0, 1);
version = version(1, 0, 2, "SNAPSHOT");
javaRelease = 11;
downloadSources = true;