Skip to content

Commit

Permalink
(cargo-release) start next development iteration {{next_version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto authored and Gitea committed Dec 19, 2020
1 parent 106e941 commit 2a5a2ec
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Plume contributors"]
name = "plume"
version = "0.6.0"
version = "0.6.1-dev"
repository = "https://github.com/Plume-org/Plume"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-api"
version = "0.6.0"
version = "0.6.1-dev"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-cli"
version = "0.6.0"
version = "0.6.1-dev"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-common"
version = "0.6.0"
version = "0.6.1-dev"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-front/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-front"
version = "0.6.0"
version = "0.6.1-dev"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-macro"
version = "0.6.0"
version = "0.6.1-dev"
authors = ["Trinity Pointard <[email protected]>"]
edition = "2018"
description = "Plume procedural macros"
Expand Down
2 changes: 1 addition & 1 deletion plume-models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-models"
version = "0.6.0"
version = "0.6.1-dev"
authors = ["Plume contributors"]
edition = "2018"

Expand Down

0 comments on commit 2a5a2ec

Please sign in to comment.