Skip to content

Commit

Permalink
version bump to 0.2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceclouds42 committed Apr 2, 2021
1 parent 59723a7 commit 18920cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repositories {
dependencies {
// Ekho
modImplementation "com.github.SpaceClouds42:Ekho:0.1.1"
include "com.github.SpaceClouds42:Ekho:0.1.1"
modImplementation "com.github.SpaceClouds42:Ekho:0.2.0"
include "com.github.SpaceClouds42:Ekho:0.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_version=0.32.5+1.16
loom_version=0.6-SNAPSHOT

# Mod Properties
mod_version=0.1.1
mod_version=0.2.0
maven_group=us.spaceclouds42
archives_base_name=ekho

Expand Down

0 comments on commit 18920cd

Please sign in to comment.