Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Cap-go/capgo
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 24, 2024
2 parents b19468f + 3376def commit 36c28ca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### 10.601.88 (2024-07-24)


### Bug Fixes

* wrong identifier ([414333a](https://github.com/Cap-go/capgo/commit/414333a6cb4ababc0f6f51d8a57cee4f13cbae8f))

### 10.601.87 (2024-07-22)

### 10.601.86 (2024-07-19)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "ee.forgr.capacitor_go"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1060187999
versionName "10.601.87"
versionCode 1060188999
versionName "10.601.88"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,14 +352,14 @@
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1060187999;
CURRENT_PROJECT_VERSION = 1060188999;
DEVELOPMENT_TEAM = UVTJ336J2D;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Capgo;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 10.601.87;
MARKETING_VERSION = 10.601.88;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.capacitorgo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -378,14 +378,14 @@
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1060187999;
CURRENT_PROJECT_VERSION = 1060188999;
DEVELOPMENT_TEAM = UVTJ336J2D;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Capgo;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 10.601.87;
MARKETING_VERSION = 10.601.88;
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.capacitorgo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "capgo-app",
"type": "module",
"version": "10.601.87",
"version": "10.601.88",
"private": true,
"scripts": {
"env:hard-setup": "supabase stop && supabase start && supabase db reset && docker rm minio1 && bun run minio:start && bun run minio:seed",
Expand Down

0 comments on commit 36c28ca

Please sign in to comment.