Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed May 10, 2023
1 parent 24abccc commit 787f457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "cc.dreamcode"
version = "1.0.2"
version = "1.0.3"
val mainPackage = "cc.dreamcode.timeshop"

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public PlaceholderApiExpansion(UserRepository userRepository) {

@Override
public @NotNull String getVersion() {
return "1.0.2";
return "1.0.3";
}

@Override
Expand Down

0 comments on commit 787f457

Please sign in to comment.