chore: bump versions

This commit is contained in:
əlemi 2024-09-22 01:56:11 +02:00
parent 6dc3bd3f43
commit 561279d1dd
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 5 additions and 5 deletions

View file

@ -4,14 +4,14 @@ members = ["macro"]
[package] [package]
name = "jni-toolbox" name = "jni-toolbox"
description = "tools to make writing JNI native functions less tiresome" description = "tools to make writing JNI native functions less tiresome"
repository = "https://github.com/hexedtech/jni-macro" repository = "https://github.com/hexedtech/jni-toolbox"
authors = [ authors = [
"alemi <me@alemi.dev>" "alemi <me@alemi.dev>"
] ]
license = "GPL-3.0-only" license = "GPL-3.0-only"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
jni-toolbox-macro = "0.1.2" jni-toolbox-macro = "0.1.3"
jni = "0.21" jni = "0.21"

View file

@ -6,7 +6,7 @@ authors = [
"alemi <me@alemi.dev>" "alemi <me@alemi.dev>"
] ]
license = "GPL-3.0-only" license = "GPL-3.0-only"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
[lib] [lib]