Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Aug 15, 2023
1 parent b917b3a commit 5980c6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bichrome"
version = "0.6.0"
version = "0.7.0"
authors = ["Jørgen P. Tjernø <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ simplelog = "^0.11.0"
structopt = "0.3"
thiserror = "^1"
url = "^2.2.0"
webextension_pattern = { version ="0.3", features = ["serde"] }
webextension_pattern = { version = "0.3", features = ["serde"] }

[target.'cfg(windows)'.dependencies]
winreg = "^0.8"
Expand All @@ -39,4 +39,4 @@ winres = "^0.1"
OriginalFilename = "bichrome.exe"
FileDescription = "bichrome"
ProductName = "bichrome"
LegalCopyright = "© Jørgen Tjernø <[email protected]>"
LegalCopyright = "© Jørgen Tjernø <[email protected]>"

0 comments on commit 5980c6f

Please sign in to comment.