From 70381e93c824d385c931c5d6853dcf07f7d9e3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 29 Mar 2024 04:52:42 +0000 Subject: [PATCH] Bump version --- Makefile | 1 - clients/android | 2 +- clients/apple | 2 +- docs/changelog.md | 4 ++++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2cfd5f3b..b8352942 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,6 @@ release_repo: go run ./cmd/internal/build goreleaser release -f .goreleaser.fury.yaml --clean release_install: - go install -v github.com/goreleaser/goreleaser@latest go install -v github.com/tcnksm/ghr@latest update_android_version: diff --git a/clients/android b/clients/android index 1a7b9dc6..983a7712 160000 --- a/clients/android +++ b/clients/android @@ -1 +1 @@ -Subproject commit 1a7b9dc6fd2e73337853b20397b8504e1daf874e +Subproject commit 983a771212365014213b47f481778eef40974771 diff --git a/clients/apple b/clients/apple index db8cbfa8..debd0ca1 160000 --- a/clients/apple +++ b/clients/apple @@ -1 +1 @@ -Subproject commit db8cbfa865331e66c3a066d3d9e67b6ddea7d463 +Subproject commit debd0ca1a2063075e3b687736733977385de0f59 diff --git a/docs/changelog.md b/docs/changelog.md index fdaa1217..c756dc46 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,10 @@ icon: material/alert-decagram --- +#### 1.8.11 + +* Fixes and improvements + #### 1.8.10 * Fixes and improvements