From a7fe3f48803a9b35ba8fbc3bd817888ce32e20fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 22:08:12 +0200 Subject: [PATCH] Publish New Versions (#67) Co-authored-by: amrbashir --- .changes/fix-wry-tempaltes.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-wry-tempaltes.md 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",