Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmos-explorer committed May 19, 2024
1 parent 01b7a24 commit dbcb394
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions examples/web-app/umd/featbit-js-client-sdk-3.0.3.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/web-app/umd/featbit-js-client-sdk-3.0.3.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/web-app/umd/featbit-js-client-sdk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/web-app/umd/featbit-js-client-sdk.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featbit/js-client-sdk",
"version": "3.0.2",
"version": "3.0.3",
"description": "https://github.com/featbit/featbit-js-client-sdk",
"main": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/FbClientBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class FbClientBuilder {
return new FbClient(this._options);
}

platform(platform: IPlatform): FbClientBuilder {
platform(platform: IPlatform | undefined): FbClientBuilder {
this._platform = platform;
return this;
}
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "3.0.2"; export const name = "@featbit/js-client-sdk";
export const version = "3.0.3"; export const name = "@featbit/js-client-sdk";

0 comments on commit dbcb394

Please sign in to comment.