Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Sep 29, 2023
1 parent 8eb3fb6 commit 65bee27
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 74 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.

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

[workspace.dependencies]
race-api = { path = "api", version = ">=0.2.0" }
race-proc-macro = { path = "proc-macro", version = ">=0.2.0" }
race-core = { path = "core", version = ">=0.2.0" }
race-client = { path = "client", version = ">=0.2.0" }
race-encryptor = { path = "encryptor", version = ">=0.2.0" }
race-test = { path = "test", version = ">=0.2.0" }
race-api = { path = "api", version = ">=0.2.1" }
race-proc-macro = { path = "proc-macro", version = ">=0.2.1" }
race-core = { path = "core", version = ">=0.2.1" }
race-client = { path = "client", version = ">=0.2.1" }
race-encryptor = { path = "encryptor", version = ">=0.2.1" }
race-test = { path = "test", version = ">=0.2.1" }
race-env = { path = "env", version = "*" }
race-transport = { path = "transport", version = "*" }
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
Expand Down Expand Up @@ -78,7 +78,7 @@ regex = "1"

[workspace.package]
authors = ["RACE Foundation <race.game.team@gmail.com>"]
version = "0.2.0"
version = "0.2.1"
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.2.0",
"version": "0.2.1",
"description": "A borsh implementation with decorator support",
"repository": {
"type": "git",
Expand Down
93 changes: 47 additions & 46 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.2.0",
"version": "0.2.1",
"description": "The type definitions for Race SDK",
"scripts": {
"test": "jest",
Expand Down
Loading

0 comments on commit 65bee27

Please sign in to comment.