Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
bump version to 0.7.0-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kundt <[email protected]>
  • Loading branch information
slack-coder authored and erak committed Sep 7, 2022
1 parent 22040be commit 10dfad2
Show file tree
Hide file tree
Showing 34 changed files with 65 additions and 65 deletions.
64 changes: 32 additions & 32 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 account/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-account"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion anchor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-anchor"
version = "0.1.0"
version = "0.7.0-dev"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-auth"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion authorized-keys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radicle-authorized-keys"
version = "0.1.0"
version = "0.7.0-dev"
edition = "2018"
description = "Radicle authorized key utilities for managing Radicle git repository authorized keys."

Expand Down
2 changes: 1 addition & 1 deletion checkout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-checkout"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "radicle-cli"
description = "Radicle command line interface"
version = "0.6.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
rust-version = "1.63"
Expand Down
2 changes: 1 addition & 1 deletion clone/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-clone"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion comment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-comment"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radicle-common"
version = "0.1.0"
version = "0.7.0-dev"
edition = "2018"
license = "GPL-3.0-or-later"

Expand Down
2 changes: 1 addition & 1 deletion edit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-edit"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ens/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-ens"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion gov/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-gov"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion help/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-help"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion init/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rad-init"
version = "0.1.0"
version = "0.7.0-dev"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
Loading

0 comments on commit 10dfad2

Please sign in to comment.