Skip to content

Commit 24c0174

Browse files
committed
whattheduck: Lint, bump version
1 parent c5ae55a commit 24c0174

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

apps/whattheduck/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "net.ducksmanager.whattheduck"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 134
11-
versionName "3.0.25"
10+
versionCode 138
11+
versionName "3.0.27"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

apps/whattheduck/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,15 +366,15 @@
366366
buildSettings = {
367367
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
368368
CODE_SIGN_STYLE = Automatic;
369-
CURRENT_PROJECT_VERSION = 134;
369+
CURRENT_PROJECT_VERSION = 138;
370370
DEVELOPMENT_TEAM = ZHTS8HRVD7;
371371
INFOPLIST_FILE = App/Info.plist;
372372
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
373373
LD_RUNPATH_SEARCH_PATHS = (
374374
"$(inherited)",
375375
"@executable_path/Frameworks",
376376
);
377-
MARKETING_VERSION = 3.0.25;
377+
MARKETING_VERSION = 3.0.27;
378378
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
379379
PRODUCT_BUNDLE_IDENTIFIER = net.ducksmanager.whattheduck;
380380
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -390,15 +390,15 @@
390390
buildSettings = {
391391
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
392392
CODE_SIGN_STYLE = Automatic;
393-
CURRENT_PROJECT_VERSION = 134;
393+
CURRENT_PROJECT_VERSION = 138;
394394
DEVELOPMENT_TEAM = ZHTS8HRVD7;
395395
INFOPLIST_FILE = App/Info.plist;
396396
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
397397
LD_RUNPATH_SEARCH_PATHS = (
398398
"$(inherited)",
399399
"@executable_path/Frameworks",
400400
);
401-
MARKETING_VERSION = 3.0.25;
401+
MARKETING_VERSION = 3.0.27;
402402
PRODUCT_BUNDLE_IDENTIFIER = net.ducksmanager.whattheduck;
403403
PRODUCT_NAME = "$(TARGET_NAME)";
404404
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

apps/whattheduck/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { app } from './stores/app';
2525
import { collection } from '~web/src/stores/collection';
2626
import AppWithPersistedData from './views/AppWithPersistedData.vue';
2727
28-
import AppServices from '~dm-services/app/types';
2928
import CollectionServices from '~dm-services/collection/types';
3029
3130
const storage = injectLocal<IonicStorage>('storage')!;

0 commit comments

Comments
 (0)