Skip to content

Commit

Permalink
Bump version to 0.3.1 (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 3, 2022
1 parent efeed7d commit f13925e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
34 changes: 17 additions & 17 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 @@ -22,15 +22,15 @@ members = [
]

[workspace.package]
version = "0.3.0"
version = "0.3.1"

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

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

0 comments on commit f13925e

Please sign in to comment.