Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
Co-authored-by: LarsVomMars <[email protected]>
  • Loading branch information
marvinborner and LarsVomMars committed May 8, 2019
1 parent 7e3ef27 commit 53a76e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group "space.anity"
version "0.1-BETA"
version "0.2-BETA"

apply plugin: 'java'
apply plugin: 'kotlin'
Expand Down

0 comments on commit 53a76e0

Please sign in to comment.