Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Jun 25, 2024
1 parent 2f17f60 commit 41b55b5
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 @@ -4,7 +4,7 @@ plugins {
}

group = "net.lostluma"
version = "1.0.0"
version = "1.0.1"

base {
archivesName = "battery"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/lostluma/battery/impl/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@ApiStatus.Internal
public final class Constants {
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.1";
public static final String NATIVES = "1.0.0";

public static final Path CACHE_DIR = getCacheDir();
Expand Down

0 comments on commit 41b55b5

Please sign in to comment.