Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Oct 20, 2024
1 parent 87e31c4 commit 362f207
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "battery-jni"
version = "1.0.0"
version = "1.2.0"
edition = "2021"

[dependencies]
Expand Down
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.1.0
version = 1.2.0
4 changes: 2 additions & 2 deletions src/main/java/net/lostluma/battery/impl/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

@ApiStatus.Internal
public final class Constants {
public static final String VERSION = "1.1.0";
public static final String NATIVES_VERSION = "1.0.0";
public static final String VERSION = "1.2.0";
public static final String NATIVES_VERSION = "1.2.0";

public static final Path DEFAULT_CACHE_DIR = getDefaultCacheDir();

Expand Down
24 changes: 12 additions & 12 deletions src/main/resources/battery.natives.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
aarch64.linux.name=libbattery-jni-1.0.0+aarch64.linux.so
aarch64.linux.hash=50133a855994d93a346cc0f42462c63885e16560e272f373d8374b01164db0b31ea5d49549f960a3aa759697b5a36a320487162650dbcefa321f6521697afd33
aarch64.linux.name=libbattery-jni-1.2.0+aarch64.linux.so
aarch64.linux.hash=baac0d0ffdc5eaeefeea2f5cb6a681b97e22c58855c7e795f44aac1a72115413c8abd8def38c9bd5b7a97c53b69fab1c82d1ed9d978daf599ef1bdfeca07f15e

aarch64.macos.name=libbattery-jni-1.0.0+aarch64.macos.dylib
aarch64.macos.hash=6240b1e6a659a916722f21a04e69ed423235e1ff39891485d35b186ca0a5aeaf407f17f809e9ffb46a4005eb2c1598c29522d8e9fd414057fc73d9293a00d59e
aarch64.macos.name=libbattery-jni-1.2.0+aarch64.macos.dylib
aarch64.macos.hash=7c8a271694b42ad77d4d24ac10729eb73415734e1c840a0030b089821b1959e8b94bf910e0279deed5439f0ba1310809965e975d54fa61cd930f035fa101fc6d

aarch64.windows.name=libbattery-jni-1.0.0+aarch64.windows.dll
aarch64.windows.hash=f69abfffb1c35bf07b967e72ad217fccab834bf915c3e5378bb59e0699993f4fedce02d1feaa37844e4067bc14c7abd8e86a167a2a36ddf01022fc90d94062f8
aarch64.windows.name=libbattery-jni-1.2.0+aarch64.windows.dll
aarch64.windows.hash=1b427aab85879938ff6aaea6c5a96891fdea301826cf2f48215ef8db2665069f3238c61f8e082a0c825d83c852439d8ca9e10dba082640342e9983f86996301b

amd64.linux.name=libbattery-jni-1.0.0+amd64.linux.so
amd64.linux.hash=7f515cc7d8f851811ca6553661b6a589c0341f348900a0790e3e58cefe62df1511072524020af38ae76197333470dad037ecf56df7554a0e9673d6b34d73ddb5
amd64.linux.name=libbattery-jni-1.2.0+amd64.linux.so
amd64.linux.hash=fd3f0a2e754885a4003bed3b4287914c4e6a2031c3b7553514fb01cdbfbdf6b7c9a8d793facbd2e899893e81fd0fcb095d658afafcb28b575cea2706df4ad308

amd64.macos.name=libbattery-jni-1.0.0+amd64.macos.dylib
amd64.macos.hash=c92be9ba6225f0f52430331f5ad8a457483bb7049992f80d88bfcb3c1c412cb26e7a8edd842dc3671d0cc0554b87ef32a90ce17b7393bcf4c52f0896d5e73469
amd64.macos.name=libbattery-jni-1.2.0+amd64.macos.dylib
amd64.macos.hash=bb980e02ecd5a59396ebebc3f463d4295a552dfcfb87ae3a57fa54909c021305fa27ec89151fdf8a12d86e2775a9683c833d149393513e4ba4a089296ad87daa

amd64.windows.name=libbattery-jni-1.0.0+amd64.windows.dll
amd64.windows.hash=f79ad27d45f698cf6e0ea59b5f90e6b3d9de17f7cdbf2638049b32eed73e7711d10e9e8310ac7a4fdefe686604ec83d39757d21b76f414c09fd28d23170d49b8
amd64.windows.name=libbattery-jni-1.2.0+amd64.windows.dll
amd64.windows.hash=3f721c48f33634bc9f5dc4f3bbfb906b4097c10e6919c67aad3447ce02be215173d2a9328e56eb0d3e0a8587f7784d8663a53b7564371d5ef8636865e91d4fd1

0 comments on commit 362f207

Please sign in to comment.