Skip to content

Commit

Permalink
publish new versions (#1683)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <[email protected]>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10620879633

Co-authored-by: lucasfernog <[email protected]>
  • Loading branch information
2 people authored and tauri-bot committed Aug 29, 2024
1 parent 289b9b8 commit fd6ea73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[2.0.0-rc.1]

- [`e2e97db5`](https://github.com/tauri-apps/plugins-workspace/commit/e2e97db51983267f5be84d4f6f0278d58834d1f5) ([#1701](https://github.com/tauri-apps/plugins-workspace/pull/1701) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update to tauri 2.0.0-rc.8

## \[2.0.0-rc.0]

- [`9887d1`](https://github.com/tauri-apps/plugins-workspace/commit/9887d14bd0e971c4c0f5c1188fc4005d3fc2e29e) Update to tauri RC.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-process"
version = "2.0.0-rc.0"
version = "2.0.0-rc.1"
description = "Access the current process of your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-process",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
Expand Down

0 comments on commit fd6ea73

Please sign in to comment.