diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index 1e2536ff4..7fb9cebdf 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1 +1 @@ -export declare const package_version = "0.35.0"; +export declare const package_version = "0.35.1"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index 6da45ed4c..7c9a1c8e6 100644 --- a/lib/ts/version.ts +++ b/lib/ts/version.ts @@ -12,4 +12,4 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const package_version = "0.35.0"; +export const package_version = "0.35.1"; diff --git a/package-lock.json b/package-lock.json index f09075daa..1c804b07b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-auth-react", - "version": "0.35.0", + "version": "0.35.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-auth-react", - "version": "0.35.0", + "version": "0.35.1", "license": "Apache-2.0", "dependencies": { "intl-tel-input": "^17.0.19", diff --git a/package.json b/package.json index c1eb63a6b..8243dd50c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-auth-react", - "version": "0.35.0", + "version": "0.35.1", "description": "ReactJS SDK that provides login functionality with SuperTokens.", "main": "./index.js", "engines": {