Skip to content

Commit

Permalink
v0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Apr 29, 2023
1 parent 5073fa4 commit 2bda686
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ android {
applicationId "com.washow.nfcopenrewriter"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 32
versionName "0.0.32"
versionCode 33
versionName "0.0.33"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {
// We configure the NDK build only if you decide to opt-in for the New Architecture.
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 @@ -458,7 +458,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.32;
MARKETING_VERSION = 0.0.33;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -486,7 +486,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.32;
MARKETING_VERSION = 0.0.33;
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.30",
"version": "0.0.33",
"private": true,
"revAppId": "com.revteltech.nfcopenrewriter",
"revSentryDsn": "https://[email protected]/5792943",
Expand Down

0 comments on commit 2bda686

Please sign in to comment.