Skip to content

Commit 7290d09

Browse files
build: increased version
1 parent a35da71 commit 7290d09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@computools/react-native-dynamic-app-icon",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Dynamically change the app icon in React Native with cross-platform support for iOS and Android. Perfect for themes, events, and personalization.",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -64,7 +64,8 @@
6464
},
6565
"homepage": "https://github.com/computools/react-native-dynamic-app-icon#readme",
6666
"publishConfig": {
67-
"registry": "https://registry.npmjs.org/"
67+
"registry": "https://registry.npmjs.org/",
68+
"access": "public"
6869
},
6970
"devDependencies": {
7071
"@commitlint/config-conventional": "^17.0.2",

0 commit comments

Comments
 (0)