From 5e5f95dc679dcd2c5c74773a711824a3bd1fdd0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 13:34:52 +0000 Subject: [PATCH] Publish New Versions (v2) (#374) Co-authored-by: FabianLars Co-authored-by: Lucas Nogueira Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5069348754 Co-authored-by: lucasfernog --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a70b10e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/Cargo.toml b/Cargo.toml index 521ce69..4984ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-app" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } diff --git a/package.json b/package.json index 6297bbe..f875fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-app", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy"