Skip to content

Commit 0c569ee

Browse files
committed
Bump 0.16.2-SNAPSHOT
1 parent 8f13001 commit 0c569ee

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.16.1</version>
6+
<version>0.16.2-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.16.1"
3+
version = "0.16.2"
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.16.1";
30+
const VERSION: &'static str = "0.16.2-SNAPSHOT";
3131

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

0 commit comments

Comments
 (0)