Skip to content

Commit

Permalink
chore: sdk lite 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
25harsh committed Oct 21, 2024
1 parent 6b4c485 commit b94afe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reactNativeWeb/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.1"
"version": "1.0.2"
}
2 changes: 1 addition & 1 deletion scripts/pushToS3.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { run } = require("./prepareS3.js");
const { version } = require("../package.json");
const { version } = require("../reactNativeWeb/version.json");
const path = require("path");
const BASE_PATH = "mobile";

Expand Down

0 comments on commit b94afe2

Please sign in to comment.