Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Aug 21, 2023
1 parent a22a45a commit b61b8f0
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

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

[workspace.dependencies]
race-core = { path = "core", version = ">=0.0.7" }
race-proc-macro = { path = "proc-macro", version = ">=0.0.7" }
race-client = { path = "client", version = ">=0.0.7" }
race-encryptor = { path = "encryptor", version = ">=0.0.7" }
race-env = { path = "env", version = ">=0.0.7" }
race-test = { path = "test", version = ">=0.0.7" }
race-solana-types = { path = "contracts/solana-types", version = ">=0.0.7", default-features = false }
race-transport = { path = "transport", version = ">=0.0.7" }
race-core = { path = "core", version = ">=0.0.8" }
race-proc-macro = { path = "proc-macro", version = ">=0.0.8" }
race-client = { path = "client", version = ">=0.0.8" }
race-encryptor = { path = "encryptor", version = ">=0.0.8" }
race-env = { path = "env", version = ">=0.0.8" }
race-test = { path = "test", version = ">=0.0.8" }
race-solana-types = { path = "contracts/solana-types", version = ">=0.0.8", default-features = false }
race-transport = { path = "transport", version = ">=0.0.8" }
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
syn = "1.0.107"
quote = "1.0.23"
Expand Down Expand Up @@ -79,7 +79,7 @@ regex = "1"

[workspace.package]
authors = ["RACE Foundation <race.game.team@gmail.com>"]
version = "0.0.7"
version = "0.0.8"
edition = "2021"
rust-version = "1.65.0"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions js/borsh/package-lock.json

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

2 changes: 1 addition & 1 deletion js/borsh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@race-foundation/borsh",
"version": "0.0.24",
"version": "0.0.25",
"description": "A borsh implementation with decorator support",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions js/package-lock.json

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

4 changes: 2 additions & 2 deletions js/sdk-core/package-lock.json

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

2 changes: 1 addition & 1 deletion js/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@race-foundation/sdk-core",
"version": "0.0.24",
"version": "0.0.25",
"description": "The type definitions for Race SDK",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion js/sdk-facade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@race-foundation/sdk-facade",
"version": "0.0.24",
"version": "0.0.25",
"description": "The Facade integration for Race SDK",
"main": "lib/cjs/index.ts",
"module": "lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions js/sdk-solana/package-lock.json

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

2 changes: 1 addition & 1 deletion js/sdk-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@race-foundation/sdk-solana",
"version": "0.0.24",
"version": "0.0.25",
"description": "The Solana support for Race SDK",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit b61b8f0

Please sign in to comment.