From ef09e66b478a61c3793752f36bf8eb0df19bcaec Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Mon, 2 Jun 2025 17:03:44 +0200 Subject: [PATCH] Add readme --- README.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md 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