Skip to content

Commit 1479e0a

Browse files
committed
chore: release 9.1.6
1 parent bafb06b commit 1479e0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ PODS:
16141614
- React-logger (= 0.78.0)
16151615
- React-perflogger (= 0.78.0)
16161616
- React-utils (= 0.78.0)
1617-
- RNNitroSQLite (9.1.5):
1617+
- RNNitroSQLite (9.1.6):
16181618
- DoubleConversion
16191619
- glog
16201620
- hermes-engine
@@ -1973,7 +1973,7 @@ SPEC CHECKSUMS:
19731973
ReactAppDependencyProvider: f2e81d80afd71a8058589e19d8a134243fa53f17
19741974
ReactCodegen: 1f6437d1ad7db1aeb47cbc27b7b980a4f7a19b6b
19751975
ReactCommon: 3d39389f8e2a2157d5c999f8fba57bd1c8f226f0
1976-
RNNitroSQLite: ff66af853c2e5dab20e5920332aaeaa639e9a7d0
1976+
RNNitroSQLite: 843fbc1dd6ba58333901b8164a93beb78e681685
19771977
RNScreens: 991214b4e69016c1ae32830d9cea31c9c9422367
19781978
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19791979
Yoga: afd04ff05ebe0121a00c468a8a3c8080221cb14c

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "19.0.0",
2525
"react-native": "0.78.0",
2626
"react-native-nitro-modules": "0.24.1",
27-
"react-native-nitro-sqlite": "9.1.5",
27+
"react-native-nitro-sqlite": "9.1.6",
2828
"react-native-safe-area-context": "^5.2.0",
2929
"react-native-screens": "^4.9.1",
3030
"reflect-metadata": "^0.1.13",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-sqlite",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "Fast SQLite library for React Native built using Nitro Modules",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index",

0 commit comments

Comments
 (0)