Skip to content

Commit c22b100

Browse files
committed
chore: release 9.1.3
1 parent de94720 commit c22b100

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.2):
1601+
- RNNitroSQLite (9.1.3):
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: a89f012370e89f0e8f66836b45536663f9b491b6
1948+
RNNitroSQLite: 4b26e2a5b46a029ee3a90daccf01de958e3dd067
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.2",
27+
"react-native-nitro-sqlite": "9.1.3",
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.2",
3+
"version": "9.1.3",
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)