diff --git a/.changes/fix-wry-tempaltes.md b/.changes/fix-wry-tempaltes.md deleted file mode 100644 index 411022e7..00000000 --- a/.changes/fix-wry-tempaltes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": "patch" ---- - -Fix `android_binding!` macro usage in the `wry` template. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0538b33c..e816e733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.1.2] + +- Fix `android_binding!` macro usage in the `wry` template. + - [fd68c94](https://github.com/tauri-apps/tauri-mobile/commit/fd68c9435cdac5d591e22ff92ec2b7d36f07d8a7) fix: fix android_binding! usage in wry template on 2022-12-27 + ## \[0.1.1] - Show all application logs on iOS noninteractive mode. diff --git a/Cargo.toml b/Cargo.toml index 7f2e8578..3d551d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-mobile" -version = "0.1.1" +version = "0.1.2" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",