Skip to content

Commit

Permalink
chore(example): bump up version to v1.0.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy authored Jan 29, 2025
1 parent 57b04a3 commit d371b1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -27,7 +27,7 @@ stellar-axelar-gateway = { version = "^1.0.0", path = "contracts/stellar-axelar-
stellar-axelar-operators = { version = "^1.0.0", path = "contracts/stellar-axelar-operators" }
stellar-axelar-std = { version = "^1.0.0", path = "packages/stellar-axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^1.0.0", path = "packages/stellar-axelar-std-derive" }
stellar-example = { version = "^0.1.0", path = "contracts/stellar-example" }
stellar-example = { version = "^1.0.0", path = "contracts/stellar-example" }
stellar-interchain-token = { version = "^1.0.0", path = "contracts/stellar-interchain-token" }
stellar-interchain-token-service = { version = "^1.0.0", path = "contracts/stellar-interchain-token-service" }
stellar-token-manager = { version = "^1.0.0", path = "contracts/stellar-token-manager" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-example"
version = "0.1.0"
version = "1.0.0"
edition = { workspace = true }
description = "Example contract, responsible for demonstrating interchain message and token transfers with Gateway, GasService, and InterchainTokenService."
license = { workspace = true }
Expand Down

0 comments on commit d371b1e

Please sign in to comment.