Skip to content

Commit 3517559

Browse files
committed
chore: release 9.1.4
1 parent 7a81fc0 commit 3517559

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.3):
1601+
- RNNitroSQLite (9.1.4):
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: 8ce92f88831267a0300a4069aea75d7a445b8039
1948+
RNNitroSQLite: fb9b52f59b89b615a9fd3d8059e8d4ae81811c96
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.3",
27+
"react-native-nitro-sqlite": "9.1.4",
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.3",
3+
"version": "9.1.4",
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)