Skip to content

Commit

Permalink
Bump natives version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixaurora committed Nov 7, 2024
1 parent a58a34e commit c39503a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/catculator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catculator"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion projects/catculator/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod properties
mod_id = catculator
mod_version = 0.2.0
mod_version = 0.3.0

description = A Rust library to add some features, such as a HTTP server for scrobbler setup and music file parsing.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Constants {
public static final String PARENT_MOD_ID = "kit_tunes";
public static final String MOD_ID = "catculator";

public static final String NATIVES_VERSION = "0.2.0";
public static final String NATIVES_VERSION = "0.3.0";
public static final String NATIVES_DIRECTORY_PROPERTY = "catculator.natives_path";

public static final Path NATIVES_CACHE_DIR = QuiltLoader.getGlobalCacheDir().resolve(PARENT_MOD_ID);
Expand Down

0 comments on commit c39503a

Please sign in to comment.