diff --git a/android/app/build.gradle b/android/app/build.gradle
index 23791ce..b9c6540 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -80,8 +80,8 @@ android {
applicationId "com.blinkapplication"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 2
- versionName "1.0"
+ versionCode 3
+ versionName '1.1'
}
signingConfigs {
debug {
diff --git a/android/app/release/app-release.aab b/android/app/release/app-release.aab
index aede732..59466b5 100644
Binary files a/android/app/release/app-release.aab and b/android/app/release/app-release.aab differ
diff --git a/android/app/src/main/ic_launcher-playstore.png b/android/app/src/main/ic_launcher-playstore.png
new file mode 100644
index 0000000..7ae0a82
Binary files /dev/null and b/android/app/src/main/ic_launcher-playstore.png differ
diff --git a/android/app/src/main/res/drawable/ic_launcher_background.xml b/android/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..ca3826a
--- /dev/null
+++ b/android/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..c4a603d
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..c4a603d
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index adaee62..0000000
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
new file mode 100644
index 0000000..2d14db9
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
deleted file mode 100644
index a6b76e3..0000000
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
new file mode 100644
index 0000000..120918f
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index 212f875..0000000
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..2ff4c5c
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index d050fa2..0000000
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
new file mode 100644
index 0000000..5263151
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
deleted file mode 100644
index a7f50e2..0000000
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
new file mode 100644
index 0000000..344d5ad
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index 31f184e..0000000
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..230ee36
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index b48438a..0000000
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
new file mode 100644
index 0000000..ad41162
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 247ef12..0000000
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
new file mode 100644
index 0000000..e554872
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index dcdd106..0000000
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..0e945ee
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index 2b5d59d..0000000
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
new file mode 100644
index 0000000..432413c
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index eb760f5..0000000
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
new file mode 100644
index 0000000..595acd0
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index c5aa64f..0000000
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..645c3b7
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 40ae1b6..0000000
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
new file mode 100644
index 0000000..47069d0
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 51dd1a7..0000000
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
new file mode 100644
index 0000000..c6a5ca7
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index f48fcc1..0000000
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..bcf821c
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ
diff --git a/ios/BLinkApp.xcodeproj/project.pbxproj b/ios/BLinkApp.xcodeproj/project.pbxproj
index e157d46..90c3b0e 100644
--- a/ios/BLinkApp.xcodeproj/project.pbxproj
+++ b/ios/BLinkApp.xcodeproj/project.pbxproj
@@ -613,7 +613,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BLinkApp/BLinkApp.entitlements;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 1.1.0;
DEVELOPMENT_TEAM = VLZFPK86ZY;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = BLinkApp/Info.plist;
@@ -623,7 +623,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.0;
+ MARKETING_VERSION = 1.1.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
@@ -648,7 +648,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BLinkApp/BLinkApp.entitlements;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 1.1.0;
DEVELOPMENT_TEAM = VLZFPK86ZY;
INFOPLIST_FILE = BLinkApp/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = B.Link;
@@ -657,7 +657,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.0;
+ MARKETING_VERSION = 1.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -684,7 +684,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 1.1.0;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = VLZFPK86ZY;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -700,7 +700,7 @@
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MARKETING_VERSION = 1.0;
+ MARKETING_VERSION = 1.1.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.bookmarklink.BLinkApp.Share;
@@ -728,7 +728,7 @@
CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 1.1.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = VLZFPK86ZY;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -744,7 +744,7 @@
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MARKETING_VERSION = 1.0;
+ MARKETING_VERSION = 1.1.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.bookmarklink.BLinkApp.Share;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -829,10 +829,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
@@ -904,10 +901,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/120 1.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/120 1.png
new file mode 100644
index 0000000..6133cd9
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/120 1.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/120.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/120.png
new file mode 100644
index 0000000..6133cd9
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/120.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/180.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/180.png
new file mode 100644
index 0000000..e490c12
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/180.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/40.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/40.png
new file mode 100644
index 0000000..9957663
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/40.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/58.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/58.png
new file mode 100644
index 0000000..4a56938
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/58.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/60.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/60.png
new file mode 100644
index 0000000..4b7281c
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/60.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/80.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/80.png
new file mode 100644
index 0000000..c4d121f
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/80.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/87.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/87.png
new file mode 100644
index 0000000..abedb36
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/87.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/App Store.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/App Store.png
deleted file mode 100644
index 1767afd..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/App Store.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/B.Link icon-appstore.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/B.Link icon-appstore.png
new file mode 100644
index 0000000..664d44b
Binary files /dev/null and b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/B.Link icon-appstore.png differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Contents.json
index f4a2c7f..13a7691 100644
--- a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Contents.json
+++ b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -1,55 +1,55 @@
{
"images" : [
{
- "filename" : "Notification-iPad.png",
+ "filename" : "40.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
- "filename" : "Notification-iPhone.png",
+ "filename" : "60.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
- "filename" : "Setting-iPad.png",
+ "filename" : "58.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
- "filename" : "Setting-iPhone.png",
+ "filename" : "87.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
- "filename" : "Spotlight-iPad.png",
+ "filename" : "80.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
- "filename" : "Spotlight-iPhone.png",
+ "filename" : "120.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
- "filename" : "iPhone-2x.png",
+ "filename" : "120 1.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
},
{
- "filename" : "iPhone-3x.png",
+ "filename" : "180.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
},
{
- "filename" : "App Store.png",
+ "filename" : "B.Link icon-appstore.png",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Notification-iPad.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Notification-iPad.png
deleted file mode 100644
index dd145fa..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Notification-iPad.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Notification-iPhone.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Notification-iPhone.png
deleted file mode 100644
index 4b010ec..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Notification-iPhone.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Setting-iPad.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Setting-iPad.png
deleted file mode 100644
index 890cf99..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Setting-iPad.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Setting-iPhone.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Setting-iPhone.png
deleted file mode 100644
index 3c9f438..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Setting-iPhone.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Spotlight-iPad.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Spotlight-iPad.png
deleted file mode 100644
index a4c049b..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Spotlight-iPad.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Spotlight-iPhone.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Spotlight-iPhone.png
deleted file mode 100644
index f21c1f7..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/Spotlight-iPhone.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/iPhone-2x.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/iPhone-2x.png
deleted file mode 100644
index 19998f5..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/iPhone-2x.png and /dev/null differ
diff --git a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/iPhone-3x.png b/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/iPhone-3x.png
deleted file mode 100644
index 595aa18..0000000
Binary files a/ios/BLinkApp/Images.xcassets/AppIcon.appiconset/iPhone-3x.png and /dev/null differ
diff --git a/package.json b/package.json
index 9d52678..783982a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "BLink",
- "version": "1.0.0",
+ "version": "1.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",