From 79ab2287d3df1e921a22b1fe144f229db1441364 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 26 Nov 2023 00:13:19 -0800 Subject: [PATCH] Version 0.9.1 --- pom.xml | 2 +- src/bld/java/net/thauvin/erik/JokeApiBuild.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1930c31..f2be8ba 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 net.thauvin.erik jokeapi - 0.9.1-SNAPSHOT + 0.9.1 jokeapi Retrieve jokes from Sv443's JokeAPI https://github.com/ethauvin/jokeapi diff --git a/src/bld/java/net/thauvin/erik/JokeApiBuild.java b/src/bld/java/net/thauvin/erik/JokeApiBuild.java index c507607..2d216a8 100644 --- a/src/bld/java/net/thauvin/erik/JokeApiBuild.java +++ b/src/bld/java/net/thauvin/erik/JokeApiBuild.java @@ -58,7 +58,7 @@ public class JokeApiBuild extends Project { public JokeApiBuild() { pkg = "net.thauvin.erik"; name = "jokeapi"; - version = version(0, 9, 1, "SNAPSHOT"); + version = version(0, 9, 1); javaRelease = 11; downloadSources = true;