Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Aug 24, 2023
1 parent 9b92f86 commit 216c1e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 1000
versionName "0.1.0"
versionCode 1001
versionName "0.1.1"
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.1.0;
MARKETING_VERSION = 0.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -486,7 +486,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 0.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ PODS:
- React-jsinspector (0.69.7)
- React-logger (0.69.7):
- glog
- react-native-nfc-manager (3.14.5):
- react-native-nfc-manager (3.14.7):
- React-Core
- react-native-safe-area-context (4.3.3):
- RCT-Folly
Expand Down Expand Up @@ -469,7 +469,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: a73bec0218ba959fc92f811b581ad6c2270c6b6f
React-jsinspector: 8134ee22182b8dd98dc0973db6266c398103ce6c
React-logger: 1e7ac909607ee65fd5c4d8bea8c6e644f66b8843
react-native-nfc-manager: 00700a5cd081bf78e2f33fbf84b8610aef4a832c
react-native-nfc-manager: ca60627c7b9270019b9442d86f9e20fe9cb2ee28
react-native-safe-area-context: b456e1c40ec86f5593d58b275bd0e9603169daca
React-perflogger: 8e832d4e21fdfa613033c76d58d7e617341e804b
React-RCTActionSheet: 9ca778182a9523991bff6381045885b6e808bb73
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.1.0",
"version": "0.1.1",
"private": true,
"revAppId": "com.revteltech.nfcopenrewriter",
"revSentryDsn": "https://0821dcc21de3434ea88aa3900f348a51@o760853.ingest.sentry.io/5792943",
Expand Down

0 comments on commit 216c1e9

Please sign in to comment.