Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigermouthbear committed Jan 23, 2021
1 parent 582c2b8 commit 9d9fa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group "dev.tigr"
version "0.1-SNAPSHOT"
version "0.2"

sourceCompatibility = 1.8

Expand Down
1 change: 1 addition & 0 deletions src/main/kotlin/dev/tigr/theia/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fun main(args: Array<String>) {
" |____| |___| /\\___ >__(____ /\n" +
" \\/ \\/ \\/ \n"
)
log("Theia v0.2")
log("Created by Tigermouthbear")
log("With contributions from")
log("GiantNuker, Crystalinqq, and Dominika\n")
Expand Down

0 comments on commit 9d9fa91

Please sign in to comment.