Skip to content

Commit

Permalink
🔖 v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Jul 25, 2023
1 parent 60f3282 commit dce67cf
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
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "app.dumpus.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 17
versionName "0.0.17"
versionCode 18
versionName "0.0.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
6 changes: 3 additions & 3 deletions ios/App/App.xcodeproj/project.pbxproj
Expand Up @@ -350,7 +350,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = DHZ73CC729;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
Expand All @@ -371,12 +371,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = DHZ73CC729;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.0.17;
MARKETING_VERSION = 0.0.18;
PRODUCT_BUNDLE_IDENTIFIER = app.dumpus.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/Info.plist
Expand Up @@ -52,4 +52,4 @@
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
</dict>
</plist>
</plist>
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dumpus-app",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"scripts": {
"prepare": "pnpm script:list-locales",
Expand Down

0 comments on commit dce67cf

Please sign in to comment.