Skip to content

Commit a56a624

Browse files
build: change version & keywords in package.josn
1 parent ec7049c commit a56a624

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 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": "0.1.0",
3+
"version": "1.0.0",
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",
@@ -48,7 +48,10 @@
4848
"keywords": [
4949
"react-native",
5050
"ios",
51-
"android"
51+
"android",
52+
"app icon",
53+
"dynamic icon",
54+
"change app icon"
5255
],
5356
"repository": {
5457
"type": "git",

0 commit comments

Comments
 (0)