Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 26, 2023
1 parent bddd116 commit 79ab228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>jokeapi</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<name>jokeapi</name>
<description>Retrieve jokes from Sv443&apos;s JokeAPI</description>
<url>https://github.com/ethauvin/jokeapi</url>
Expand Down
2 changes: 1 addition & 1 deletion src/bld/java/net/thauvin/erik/JokeApiBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 79ab228

Please sign in to comment.