Skip to content

Commit e454795

Browse files
chore(release): 10.601.80 [skip netlify]
1 parent 621d434 commit e454795

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 10.601.80 (2024-07-15)
6+
57
### 10.601.79 (2024-07-13)
68

79
### 10.601.78 (2024-07-13)

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "ee.forgr.capacitor_go"
1313
minSdkVersion rootProject.ext.minSdkVersion
1414
targetSdkVersion rootProject.ext.targetSdkVersion
15-
versionCode 1060179999
16-
versionName "10.601.79"
15+
versionCode 1060180999
16+
versionName "10.601.80"
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
aaptOptions {
1919
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,14 +352,14 @@
352352
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
353353
CODE_SIGN_IDENTITY = "Apple Development";
354354
CODE_SIGN_STYLE = Automatic;
355-
CURRENT_PROJECT_VERSION = 1060179999;
355+
CURRENT_PROJECT_VERSION = 1060180999;
356356
DEVELOPMENT_TEAM = UVTJ336J2D;
357357
INFOPLIST_FILE = App/Info.plist;
358358
INFOPLIST_KEY_CFBundleDisplayName = Capgo;
359359
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
360360
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
361361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
362-
MARKETING_VERSION = 10.601.79;
362+
MARKETING_VERSION = 10.601.80;
363363
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
364364
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.capacitorgo;
365365
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -378,14 +378,14 @@
378378
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
379379
CODE_SIGN_IDENTITY = "Apple Development";
380380
CODE_SIGN_STYLE = Automatic;
381-
CURRENT_PROJECT_VERSION = 1060179999;
381+
CURRENT_PROJECT_VERSION = 1060180999;
382382
DEVELOPMENT_TEAM = UVTJ336J2D;
383383
INFOPLIST_FILE = App/Info.plist;
384384
INFOPLIST_KEY_CFBundleDisplayName = Capgo;
385385
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
386386
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
387387
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
388-
MARKETING_VERSION = 10.601.79;
388+
MARKETING_VERSION = 10.601.80;
389389
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.capacitorgo;
390390
PRODUCT_NAME = "$(TARGET_NAME)";
391391
PROVISIONING_PROFILE_SPECIFIER = "";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "capgo-app",
33
"type": "module",
4-
"version": "10.601.79",
4+
"version": "10.601.80",
55
"private": true,
66
"scripts": {
77
"env:hard-setup": "supabase stop && supabase start && supabase db reset && docker rm minio1 && bun run minio:start && bun run minio:seed",

0 commit comments

Comments
 (0)