Skip to content

Commit

Permalink
Bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kneelawk committed Jul 27, 2020
1 parent bf0a148 commit e956d4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 kpipes-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kpipes-core"
version = "1.0.0"
version = "1.0.1"
authors = ["Kneelawk <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions kpipes-desktop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "kpipes-desktop"
version = "1.0.0"
version = "1.0.1"
authors = ["Kneelawk <[email protected]>"]
edition = "2018"

[dependencies]
kpipes-core = { version = "1.0.0", path = "../kpipes-core" }
kpipes-core = { version = "1.0.1", path = "../kpipes-core" }
env_logger = "^0.7.1"
futures = "^0.3.5"
log = "^0.4.11"
Expand Down

0 comments on commit e956d4d

Please sign in to comment.