Skip to content

Commit f8fd252

Browse files
committed
v0.3.4
1 parent 3ee8223 commit f8fd252

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "com.washow.nfcopenrewriter"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 3003
86-
versionName "0.3.3"
85+
versionCode 3004
86+
versionName "0.3.4"
8787
}
8888
signingConfigs {
8989
debug {

ios/NfcOpenReader.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
"$(inherited)",
499499
"@executable_path/Frameworks",
500500
);
501-
MARKETING_VERSION = 0.3.3;
501+
MARKETING_VERSION = 0.3.4;
502502
OTHER_LDFLAGS = (
503503
"$(inherited)",
504504
"-ObjC",
@@ -526,7 +526,7 @@
526526
"$(inherited)",
527527
"@executable_path/Frameworks",
528528
);
529-
MARKETING_VERSION = 0.3.3;
529+
MARKETING_VERSION = 0.3.4;
530530
OTHER_LDFLAGS = (
531531
"$(inherited)",
532532
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nfc-rewriter",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"private": true,
55
"revAppId": "com.revteltech.nfcopenrewriter",
66
"scripts": {

0 commit comments

Comments
 (0)