publish new versions (#986)

This commit is contained in:
github-actions[bot]
2024-03-07 00:24:51 -03:00
committed by GitHub
parent 0f67dfc9b4
commit 5006717a7f
89 changed files with 405 additions and 168 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## \[2.0.0-beta.2]
- [`99bea25`](https://github.com/tauri-apps/plugins-workspace/commit/99bea2559c2c0648c2519c50a18cd124dacef57b)([#1005](https://github.com/tauri-apps/plugins-workspace/pull/1005)) Update to tauri beta.8.
## \[2.0.0-beta.1]
- [`14f381a`](https://github.com/tauri-apps/plugins-workspace/commit/14f381acf8fe690acecc676922c6f05939b95734) Update MSRV to 1.75.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-localhost"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
description = "Expose your apps assets through a localhost server instead of the default custom protocol."
authors = { workspace = true }
license = { workspace = true }