Skip to content

Commit 09d9159

Browse files
committed
chore: release 9.1.1
1 parent db043df commit 09d9159

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
@@ -1598,7 +1598,7 @@ PODS:
15981598
- React-logger (= 0.76.1)
15991599
- React-perflogger (= 0.76.1)
16001600
- React-utils (= 0.76.1)
1601-
- RNNitroSQLite (9.1.0):
1601+
- RNNitroSQLite (9.1.1):
16021602
- DoubleConversion
16031603
- glog
16041604
- hermes-engine
@@ -1945,7 +1945,7 @@ SPEC CHECKSUMS:
19451945
React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f
19461946
ReactCodegen: 4e26d365313307cc7c95e693529e539acfb5c64c
19471947
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
1948-
RNNitroSQLite: d2f25cb265d697102cde7a2f7460a07695f537c0
1948+
RNNitroSQLite: 395596f097709f99b7c204458cce2778237ecde8
19491949
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
19501950
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19511951
Yoga: db69236006b8b1c6d55ab453390c882306cbf219

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "*",
2525
"react-native": "*",
2626
"react-native-nitro-modules": "*",
27-
"react-native-nitro-sqlite": "9.1.0",
27+
"react-native-nitro-sqlite": "9.1.1",
2828
"react-native-safe-area-context": "^4.14.0",
2929
"react-native-screens": "^3.35.0",
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.0",
3+
"version": "9.1.1",
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)