aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2019-05-08 22:08:14 +0200
committerMarvin Borner2019-05-08 22:08:14 +0200
commit53a76e0fe5efca4a45a0a37a296f3a14d26c9ba2 (patch)
treee1768ba27efdae5d175c3bd6ba7c4d65219dc1d5
parent7e3ef275f870737b853fda3e007e74de2112a7d5 (diff)
Updated version numbersv0.2-BETA
Co-authored-by: LarsVomMars <lars@kroenner.eu>
-rw-r--r--Makefile2
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bfb8b58..09cdbe3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,6 @@ else
echo -e "#!/bin/sh\nsudo -u kloud java -jar /usr/share/kloud/kloud-*-all.jar \$$@" > /usr/bin/kloud
chmod +x /usr/bin/kloud
else
- @echo This OS doesn't support out automatic installation, please execute the jar file manually
+ @echo This OS doesn't support automatic installation, please execute the jar file manually
endif
endif
diff --git a/build.gradle b/build.gradle
index a93010a..5140b8f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ plugins {
}
group "space.anity"
-version "0.1-BETA"
+version "0.2-BETA"
apply plugin: 'java'
apply plugin: 'kotlin'