Skip to content

Commit

Permalink
feat: release 2.2.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajjartejas authored May 16, 2024
1 parent 48cbe6c commit 49b08c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ android {
applicationId "com.tejasgajjar.miuiadshelper"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 23
versionName "2.2"
versionCode 24
versionName "2.2.1"
missingDimensionStrategy "store", "play"
}

Expand Down
4 changes: 2 additions & 2 deletions ios/MIUIAdsHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2;
MARKETING_VERSION = 2.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -615,7 +615,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2;
MARKETING_VERSION = 2.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 49b08c5

Please sign in to comment.