Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 7ccf444

Browse files
committed
Bump version to 1.3.0
1 parent 6b012b2 commit 7ccf444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.caching = true
33
org.gradle.configuration-cache = true
44

55
# Project Properties
6-
version = 1.2.0
6+
version = 1.3.0

src/main/java/net/lostluma/battery/impl/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@ApiStatus.Internal
99
public final class Constants {
10-
public static final String VERSION = "1.2.0";
10+
public static final String VERSION = "1.3.0";
1111
public static final String NATIVES_VERSION = "1.2.0";
1212

1313
public static final Path DEFAULT_CACHE_DIR = getDefaultCacheDir();

0 commit comments

Comments
 (0)