Skip to content

Commit 77f0514

Browse files
committed
Bump v0.15.0
1 parent 9820eec commit 77f0514

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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.14.1-SNAPSHOT</version>
6+
<version>0.15.0</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.14.1"
3+
version = "0.15.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
@@ -26,7 +26,7 @@ use java_locator;
2626
use sha2::{Digest, Sha256};
2727

2828
// This is the version of the jar that should be used
29-
const VERSION: &'static str = "0.14.1-SNAPSHOT";
29+
const VERSION: &'static str = "0.15.0";
3030

3131
fn main() -> Result<(), J4rsBuildError> {
3232
let out_dir = env::var("OUT_DIR")?;
2.76 MB
Binary file not shown.

0 commit comments

Comments
 (0)