Skip to content

Commit

Permalink
Updated version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bithead committed Aug 21, 2024
1 parent 79b2ade commit b8d2467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braincloud",
"version": "5.3.0",
"version": "5.4.0",
"description": " brainCloud client for NodeJS",
"main": "index.js",
"react-native": "react-native.js",
Expand Down
2 changes: 1 addition & 1 deletion src/brainCloudClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function BrainCloudClient() {
}


bcc.version = "5.3.0";
bcc.version = "5.4.0";
bcc.countryCode;
bcc.languageCode;

Expand Down

0 comments on commit b8d2467

Please sign in to comment.