Skip to content

Commit c6baf86

Browse files
committed
Bump v0.20.0 (SNAPSHOT)
1 parent 7b88a85 commit c6baf86

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.astonbitecode</groupId>
55
<artifactId>j4rs</artifactId>
6-
<version>0.19.0</version>
6+
<version>0.20.0-SNAPSHOT</version>
77
<name>j4rs</name>
88
<description>Java for Rust</description>
99
<url>https://github.com/astonbitecode/j4rs</url>

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "j4rs"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["aston <[email protected]>"]
55
description = "j4rs stands for 'Java for Rust' and allows effortless calls to Java code, from Rust"
66
keywords = ["java", "jni"]

rust/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use java_locator;
2727
use sha2::{Digest, Sha256};
2828

2929
// This is the version of the jar that should be used
30-
const VERSION: &'static str = "0.19.0";
30+
const VERSION: &'static str = "0.20.0-SNAPSHOT";
3131
const JAVA_FX_VERSION: &'static str = "21.0.2";
3232

3333
fn main() -> Result<(), J4rsBuildError> {
2.18 MB
Binary file not shown.

test-resources/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.astonbitecode</groupId>
55
<artifactId>j4rs-testing</artifactId>
6-
<version>0.19.0</version>
6+
<version>0.20.0-SNAPSHOT</version>
77
<name>j4rs-testing</name>
88
<description>Testing resources for j4rs</description>
99
<url>https://github.com/astonbitecode/j4rs</url>

0 commit comments

Comments
 (0)