Skip to content

Commit 55079ff

Browse files
committed
v0.2.3
1 parent 05ef9a9 commit 55079ff

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
@@ -78,8 +78,8 @@ android {
7878
applicationId "com.washow.nfcopenrewriter"
7979
minSdkVersion rootProject.ext.minSdkVersion
8080
targetSdkVersion rootProject.ext.targetSdkVersion
81-
versionCode 2002
82-
versionName "0.2.2"
81+
versionCode 2003
82+
versionName "0.2.3"
8383
}
8484
signingConfigs {
8585
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.2.2;
501+
MARKETING_VERSION = 0.2.3;
502502
OTHER_LDFLAGS = (
503503
"$(inherited)",
504504
"-ObjC",
@@ -526,7 +526,7 @@
526526
"$(inherited)",
527527
"@executable_path/Frameworks",
528528
);
529-
MARKETING_VERSION = 0.2.2;
529+
MARKETING_VERSION = 0.2.3;
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.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"revAppId": "com.revteltech.nfcopenrewriter",
66
"scripts": {

0 commit comments

Comments
 (0)