mirror of
https://github.com/tauri-apps/tauri-plugin-localhost.git
synced 2026-02-04 02:31:23 +01:00
apply version updates
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-plugin-localhost": "minor"
|
||||
---
|
||||
|
||||
Initial release.
|
||||
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.1.0]
|
||||
|
||||
- Initial release.
|
||||
- [c249e80](https://www.github.com/your-org/tauri-plugin-localhost/commit/c249e80e51e4b9d1411fffc61536d622255f8dd0) first commit on 2021-11-12
|
||||
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "tauri-plugin-localhost"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
||||
description = ""
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
exclude = ["/examples"]
|
||||
exclude = [ "/examples" ]
|
||||
|
||||
[dependencies]
|
||||
tauri = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user