diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 0d0cf438..991f3073 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@webview-bridge/react-native", - "version": "1.3.2", + "version": "1.3.3", "type": "module", "description": "Fully Type-Safe Integration for React Native WebView and Web", "main": "dist/packages/react-native/src/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index c7997705..e63e42a0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/react", "type": "module", - "version": "1.3.2", + "version": "1.3.3", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public" diff --git a/packages/vue/package.json b/packages/vue/package.json index 885b978d..d2a84824 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/vue", "type": "module", - "version": "1.3.2", + "version": "1.3.3", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public" diff --git a/packages/web/package.json b/packages/web/package.json index 9aa7643c..2693abf0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/web", "type": "module", - "version": "1.3.2", + "version": "1.3.3", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public" @@ -38,4 +38,4 @@ "devDependencies": { "esbuild": "^0.19.4" } -} \ No newline at end of file +}