Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Oct 26, 2023
1 parent 2758615 commit 8b87a48
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 32 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Race Protocol: A multi-chain infrastructure for asymmetric competitive games

# Master(Unreleased)

# 0.2.3

## Enhancements
- CLI: Recover fees in `unreg-game`.
- CLI: Display slot's balance in `recipient-info` command.
Expand Down
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.2" }
race-proc-macro = { path = "proc-macro", version = ">=0.2.2" }
race-core = { path = "core", version = ">=0.2.2" }
race-client = { path = "client", version = ">=0.2.2" }
race-encryptor = { path = "encryptor", version = ">=0.2.2" }
race-test = { path = "test", version = ">=0.2.2" }
race-api = { path = "api", version = ">=0.2.3" }
race-proc-macro = { path = "proc-macro", version = ">=0.2.3" }
race-core = { path = "core", version = ">=0.2.3" }
race-client = { path = "client", version = ">=0.2.3" }
race-encryptor = { path = "encryptor", version = ">=0.2.3" }
race-test = { path = "test", version = ">=0.2.3" }
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.2"
version = "0.2.3"
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.2",
"version": "0.2.3",
"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.2.2",
"version": "0.2.3",
"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.2.2",
"version": "0.2.3",
"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.2.2",
"version": "0.2.3",
"description": "The Solana support for Race SDK",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 8b87a48

Please sign in to comment.