diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b23c6f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# jarupdater + +A simple Java application updater. + +Requires Java 21. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 44f1098..21b326c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 eu.m724 jarupdater - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT 17