Skip to content

Commit

Permalink
bump: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puguhsudarma committed Jul 30, 2023
1 parent 82bc35a commit a5a460b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.VIBRATE"/>
Expand Down
4 changes: 2 additions & 2 deletions example/ios/expochuckerexample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.chucker.example;
PRODUCT_NAME = expochuckerexample;
PRODUCT_NAME = "expochuckerexample";
SWIFT_OBJC_BRIDGING_HEADER = "expochuckerexample/expochuckerexample-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -388,7 +388,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = com.chucker.example;
PRODUCT_NAME = expochuckerexample;
PRODUCT_NAME = "expochuckerexample";
SWIFT_OBJC_BRIDGING_HEADER = "expochuckerexample/expochuckerexample-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-chucker",
"version": "0.1.1",
"version": "0.1.2",
"description": "Chucker wrapper in expo react native",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit a5a460b

Please sign in to comment.