Skip to content

Commit 92031bc

Browse files
committed
Bump version numbers and add -dev suffix following release
1 parent 6eeac1c commit 92031bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "1.3.0"
3+
version = "1.4.0-dev"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -33,7 +33,7 @@ cargo_metadata = "0.14"
3333
cargo_toml = "0.11"
3434
clap = { version = "3.0", features = ["derive"] }
3535
crossterm = "0.23"
36-
espflash = { version = "1", path = "../espflash" }
36+
espflash = { version = "1.4.0-dev", path = "../espflash" }
3737
miette = { version = "4.0", features = ["fancy"] }
3838
serde = { version = "1.0", features = ["derive"] }
3939
thiserror = "1.0"

espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espflash"
3-
version = "1.3.0"
3+
version = "1.4.0-dev"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",

0 commit comments

Comments
 (0)