Skip to content

Commit

Permalink
updated version for release 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitheadCody committed Oct 31, 2023
1 parent 1d56b97 commit 3b16347
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.0.2",
"version": "5.1.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.0.2";
bcc.version = "5.1.0";
bcc.countryCode;
bcc.languageCode;

Expand Down

0 comments on commit 3b16347

Please sign in to comment.