Skip to content

Commit

Permalink
*: Bump to v1.0.0 (#492)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Sover <[email protected]>
  • Loading branch information
exdx authored Oct 16, 2023
1 parent b67acb5 commit 3b9de27
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion avalanche-kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanche-kms"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion avalanche-ops/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanche-ops"
version = "1.0.0-alpha.4" # https://crates.io/crates/avalanche-ops
version = "1.0.0" # https://crates.io/crates/avalanche-ops
edition = "2021"
rust-version = "1.70"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion avalanched-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanched-aws"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion avalancheup-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalancheup-aws"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion blizzard-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blizzard-aws"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion blizzardup-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blizzardup-aws"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion devnet-faucet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devnet-faucet"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion staking-key-cert-s3-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "staking-key-cert-s3-downloader"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion staking-signer-key-s3-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "staking-signer-key-s3-downloader"
version = "1.0.0-alpha.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "1.0.0" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.70"

Expand Down

0 comments on commit 3b9de27

Please sign in to comment.