diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index 466e169..f3bd561 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1,2 +1,2 @@ -export declare const package_version = "4.0.8"; +export declare const package_version = "4.1.0"; export declare const supported_fdi: string[]; diff --git a/lib/build/version.js b/lib/build/version.js index e042580..ea710d9 100644 --- a/lib/build/version.js +++ b/lib/build/version.js @@ -12,5 +12,5 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const package_version = "4.0.8"; +export const package_version = "4.1.0"; export const supported_fdi = ["1.16", "1.17", "1.18"]; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index 814cd8e..7b913e7 100644 --- a/lib/ts/version.ts +++ b/lib/ts/version.ts @@ -12,6 +12,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const package_version = "4.0.8"; +export const package_version = "4.1.0"; export const supported_fdi = ["1.16", "1.17", "1.18"]; diff --git a/package-lock.json b/package-lock.json index ca2c65e..96e7a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "supertokens-react-native", - "version": "4.0.8", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4a81be6..2dba897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-react-native", - "version": "4.0.8", + "version": "4.1.0", "description": "React Native SDK for SuperTokens", "main": "index.js", "scripts": {