Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 30, 2023
1 parent bf0eff6 commit 58a9b21
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions burnt-sushi-blocker/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 burnt-sushi-blocker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "burnt-sushi-blocker"
version = "0.2.0"
version = "0.3.0"
description = "Spotify AdBlocker for Windows"
readme = "../README.md"
repository = "https://github.com/OpenByteDev/burnt-sushi"
Expand Down
4 changes: 2 additions & 2 deletions burnt-sushi/Cargo.lock

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

3 changes: 2 additions & 1 deletion burnt-sushi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "burnt-sushi"
version = "0.2.0"
version = "0.3.0"
description = "Spotify AdBlocker for Windows"
readme = "../README.md"
repository = "https://github.com/OpenByteDev/burnt-sushi"
Expand Down Expand Up @@ -41,6 +41,7 @@ tempfile = { version = "3.6.0", default-features = false }
u16cstr = { version = "0.4.0", default-features = false }
reqwest = { version = "0.11.18", default-features = false }
anyhow = { version = "1.0.71", default-features = false, features = ["std", "backtrace"] }
dirs = { version = "5.0.1", default-features = false }

[build-dependencies]
cargo-emit = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion shared/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 shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shared"
version = "0.2.0"
version = "0.3.0"
description = "Spotify AdBlocker for Windows"
readme = "../README.md"
repository = "https://github.com/OpenByteDev/burnt-sushi"
Expand Down

0 comments on commit 58a9b21

Please sign in to comment.