Skip to content

Commit a37cc5a

Browse files
committed
🔧 chore: update version to 2.2.1 in package.json and example/package.json
1 parent dfbcbf8 commit a37cc5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multipleimagepickerexample",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"main": "expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baronha/react-native-multiple-image-picker",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",
@@ -124,5 +124,5 @@
124124
]
125125
]
126126
},
127-
"packageManager": "yarn@4.7.0"
127+
"packageManager": "yarn@1.22.22"
128128
}

0 commit comments

Comments
 (0)