diff --git a/bun.lockb b/bun.lockb index 95780d736..28cf2f438 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 030b2bf1f..7a0f5d6c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-nitro", "packageManager": "bun@1.1.21", "private": true, - "version": "0.1.6", + "version": "0.1.7", "repository": "https://github.com/mrousavy/react-native-nitro.git", "author": "Marc Rousavy (https://github.com/mrousavy)", "scripts": { diff --git a/packages/nitrogen/package.json b/packages/nitrogen/package.json index 16cd07799..b2e4e2ad4 100644 --- a/packages/nitrogen/package.json +++ b/packages/nitrogen/package.json @@ -1,6 +1,6 @@ { "name": "nitro-codegen", - "version": "0.1.6", + "version": "0.1.7", "description": "The code-generator for react-native-nitro-modules.", "main": "lib/index", "types": "lib/index.d.ts", @@ -44,7 +44,7 @@ }, "dependencies": { "chalk": "^5.3.0", - "react-native-nitro-modules": "^0.1.6", + "react-native-nitro-modules": "^0.1.7", "ts-morph": "^23.0.0", "zod": "^3.23.8" }, @@ -98,5 +98,5 @@ "useTabs": false, "semi": false }, - "react-native-nitro-modules": "0.1.6" + "react-native-nitro-modules": "0.1.7" } diff --git a/packages/react-native-nitro-modules/package.json b/packages/react-native-nitro-modules/package.json index c401f94fe..ab45f1d25 100644 --- a/packages/react-native-nitro-modules/package.json +++ b/packages/react-native-nitro-modules/package.json @@ -1,6 +1,6 @@ { "name": "react-native-nitro-modules", - "version": "0.1.6", + "version": "0.1.7", "description": "Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.", "main": "lib/index", "module": "lib/index",