Skip to content

Commit

Permalink
Merge pull request #24 from tauri-apps/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
wusyong authored Mar 20, 2023
2 parents 4b0a586 + 8613a05 commit f562e83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/v2alpha4.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.3.0]

- Update tauri-egui to tauri v2 alpha 4.
- [c276d41](https://www.github.com/tauri-apps/tauri-egui/commit/c276d4192487b35eb0923188d8668f1fff6544db) Added change file on 2023-03-20

## \[0.2.0]

- Update tauri-egui to tauri v2.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-egui"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ rand = "0.8"
raw-window-handle = "0.5"

[dev-dependencies]
tauri = { version = "=2.0.0-alpha.4"}
tauri = { version = "=2.0.0-alpha.4" }
egui_demo_app = { path = "examples/egui_demo_app" }

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
Expand Down

0 comments on commit f562e83

Please sign in to comment.