Skip to content

Commit

Permalink
bundler back to 2.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 15, 2024
1 parent 846fadf commit bb12d60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tauri-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## \[3.0.0-rc.0]
## \[2.0.1-rc.11]

### New Features

Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-bundler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-bundler"
version = "3.0.0-rc.0"
version = "2.0.1-rc.11"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy",
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Dependencies

- Upgraded to `tauri-bundler@3.0.0-rc.0`
- Upgraded to `tauri-bundler@2.0.1-rc.11`
- Upgraded to `tauri-utils@2.0.0-rc.11`

## \[2.0.0-rc.12]
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sublime_fuzzy = "0.7"
clap_complete = "4"
clap = { version = "4.5", features = ["derive", "env"] }
anyhow = "1.0"
tauri-bundler = { version = "3.0.0-rc.0", default-features = false, path = "../tauri-bundler" }
tauri-bundler = { version = "2.0.1-rc.11", default-features = false, path = "../tauri-bundler" }
colored = "2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand Down

0 comments on commit bb12d60

Please sign in to comment.