Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Oct 8, 2021
1 parent 818dad5 commit 271e877
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 8
versionName "0.0.15"
versionName "0.0.16"
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions ios/NfcOpenReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
);
INFOPLIST_FILE = NfcOpenReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.0.15;
MARKETING_VERSION = 0.0.16;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -765,7 +765,7 @@
ENABLE_BITCODE = YES;
INFOPLIST_FILE = NfcOpenReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.0.15;
MARKETING_VERSION = 0.0.16;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
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": "react-native-nfc-rewriter",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"revAppId": "com.revteltech.nfcopenrewriter",
"revSentryDsn": "https://0821dcc21de3434ea88aa3900f348a51@o760853.ingest.sentry.io/5792943",
Expand Down

0 comments on commit 271e877

Please sign in to comment.