Skip to content

Commit

Permalink
Bump v0.19.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
astonbitecode committed Apr 9, 2024
1 parent d6dd324 commit c6743af
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.astonbitecode</groupId>
<artifactId>j4rs</artifactId>
<version>0.18.0</version>
<version>0.19.0-SNAPSHOT</version>
<name>j4rs</name>
<description>Java for Rust</description>
<url>https://github.com/astonbitecode/j4rs</url>
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "j4rs"
version = "0.18.0"
version = "0.19.0"
authors = ["aston <astonbitecode@gmail.com>"]
description = "j4rs stands for 'Java for Rust' and allows effortless calls to Java code, from Rust"
keywords = ["java", "jni"]
Expand Down
2 changes: 1 addition & 1 deletion rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use java_locator;
use sha2::{Digest, Sha256};

// This is the version of the jar that should be used
const VERSION: &'static str = "0.18.0";
const VERSION: &'static str = "0.19.0-SNAPSHOT";
const JAVA_FX_VERSION: &'static str = "21.0.2";

fn main() -> Result<(), J4rsBuildError> {
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion test-resources/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.astonbitecode</groupId>
<artifactId>j4rs-testing</artifactId>
<version>0.18.0</version>
<version>0.19.0-SNAPSHOT</version>
<name>j4rs-testing</name>
<description>Testing resources for j4rs</description>
<url>https://github.com/astonbitecode/j4rs</url>
Expand Down

0 comments on commit c6743af

Please sign in to comment.