Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Oct 27, 2024
1 parent 6b012b2 commit 7ccf444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.caching = true
org.gradle.configuration-cache = true

# Project Properties
version = 1.2.0
version = 1.3.0
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.2.0";
public static final String VERSION = "1.3.0";
public static final String NATIVES_VERSION = "1.2.0";

public static final Path DEFAULT_CACHE_DIR = getDefaultCacheDir();
Expand Down

0 comments on commit 7ccf444

Please sign in to comment.