Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Jul 21, 2024
1 parent 333ddb8 commit d304f0b
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.0.1
version = 1.1.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.0.1";
public static final String VERSION = "1.1.0";
public static final String NATIVES_VERSION = "1.0.0";

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

0 comments on commit d304f0b

Please sign in to comment.