diff --git a/bun.lockb b/bun.lockb index 448702cb..92c4d18c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index bce0efc8..3d0a7a3c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-nitro", "packageManager": "bun@1.1.21", "private": true, - "version": "0.8.0", + "version": "0.9.0", "repository": "https://github.com/mrousavy/nitro.git", "author": "Marc Rousavy (https://github.com/mrousavy)", "scripts": { diff --git a/packages/nitrogen/package.json b/packages/nitrogen/package.json index ab14f48c..8e3b2ae6 100644 --- a/packages/nitrogen/package.json +++ b/packages/nitrogen/package.json @@ -1,6 +1,6 @@ { "name": "nitro-codegen", - "version": "0.8.0", + "version": "0.9.0", "description": "The code-generator for react-native-nitro-modules.", "main": "lib/index", "types": "lib/index.d.ts", @@ -45,7 +45,7 @@ }, "dependencies": { "chalk": "^5.3.0", - "react-native-nitro-modules": "^0.6.0", + "react-native-nitro-modules": "^0.9.0", "ts-morph": "^23.0.0", "yargs": "^17.7.2", "zod": "^3.23.8" diff --git a/packages/react-native-nitro-modules/package.json b/packages/react-native-nitro-modules/package.json index b9b55d50..767979c6 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.8.0", + "version": "0.9.0", "description": "Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.", "main": "lib/index", "module": "lib/index",