Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2023
1 parent 7a02609 commit 0afd50b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ members = [
]

[workspace.package]
version = "0.4.0"
version = "0.4.1"

[workspace.dependencies]
soroban-sdk = { version = "0.4.0", path = "soroban-sdk" }
soroban-sdk-macros = { version = "0.4.0", path = "soroban-sdk-macros" }
soroban-auth = { version = "0.4.0", path = "soroban-auth" }
soroban-spec = { version = "0.4.0", path = "soroban-spec" }
soroban-ledger-snapshot = { version = "0.4.0", path = "soroban-ledger-snapshot" }
soroban-token-spec = { version = "0.4.0", path = "soroban-token-spec" }
soroban-sdk = { version = "0.4.1", path = "soroban-sdk" }
soroban-sdk-macros = { version = "0.4.1", path = "soroban-sdk-macros" }
soroban-auth = { version = "0.4.1", path = "soroban-auth" }
soroban-spec = { version = "0.4.1", path = "soroban-spec" }
soroban-ledger-snapshot = { version = "0.4.1", path = "soroban-ledger-snapshot" }
soroban-token-spec = { version = "0.4.1", path = "soroban-token-spec" }

[workspace.dependencies.soroban-env-common]
version = "0.0.12"
Expand Down

0 comments on commit 0afd50b

Please sign in to comment.