Add readme

This commit is contained in:
Minecon724 2025-06-02 17:03:44 +02:00
commit ef09e66b47
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 6 additions and 1 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# jarupdater
A simple Java application updater.
Requires Java 21.

View file

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.m724</groupId>
<artifactId>jarupdater</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<properties>
<maven.compiler.release>17</maven.compiler.release>