apply version updates

This commit is contained in:
lucasfernog
2022-06-19 18:26:20 +00:00
committed by GitHub
parent 171e62c584
commit 94ba980a4b
3 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri-plugin-localhost": "minor"
---
Initial release.

6
CHANGELOG.md Normal file
View 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

View File

@@ -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"