From b76083be576b075ceced0b67ad66a87159ab503e Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 19 Jul 2026 00:03:53 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.1.3=20(+5)=20=E2=80=94=20r?= =?UTF-8?q?eproducible=20developer-signed=20F-Droid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/app_seeds/pubspec.yaml | 2 +- docs/fdroid/org.comunes.tane.yml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/app_seeds/pubspec.yaml b/apps/app_seeds/pubspec.yaml index d76ddf2..bf5103b 100644 --- a/apps/app_seeds/pubspec.yaml +++ b/apps/app_seeds/pubspec.yaml @@ -1,7 +1,7 @@ name: tane description: "Tane — local-first, encrypted, decentralized traditional-seed inventory and market." publish_to: 'none' -version: 0.1.2+4 +version: 0.1.3+5 environment: sdk: ^3.11.5 diff --git a/docs/fdroid/org.comunes.tane.yml b/docs/fdroid/org.comunes.tane.yml index 996ad1c..e3d0c2a 100644 --- a/docs/fdroid/org.comunes.tane.yml +++ b/docs/fdroid/org.comunes.tane.yml @@ -28,9 +28,9 @@ AllowedAPKSigningKeys: ddfae432091b8248a8a4a1b353487fa626301f4357ef835e94ec312f6 # APK F-Droid verifies against, uploaded to the Forgejo release by # .forgejo/workflows/release.yml on the `v*` tag. Builds: - - versionName: 0.1.2 - versionCode: 41 - commit: v0.1.2 + - versionName: 0.1.3 + versionCode: 51 + commit: v0.1.3 subdir: apps/app_seeds sudo: - apt-get update @@ -50,9 +50,9 @@ Builds: - export PATH="/opt/flutter/bin:$PATH" - flutter build apk --release --split-per-abi --target-platform=android-arm - - versionName: 0.1.2 - versionCode: 42 - commit: v0.1.2 + - versionName: 0.1.3 + versionCode: 52 + commit: v0.1.3 subdir: apps/app_seeds sudo: - apt-get update @@ -72,9 +72,9 @@ Builds: - export PATH="/opt/flutter/bin:$PATH" - flutter build apk --release --split-per-abi --target-platform=android-arm64 - - versionName: 0.1.2 - versionCode: 43 - commit: v0.1.2 + - versionName: 0.1.3 + versionCode: 53 + commit: v0.1.3 subdir: apps/app_seeds sudo: - apt-get update @@ -97,5 +97,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags v[\d.]+ UpdateCheckData: apps/app_seeds/pubspec.yaml|version:\s*[\d.]+\+(\d+)|apps/app_seeds/pubspec.yaml|version:\s*([\d.]+)\+ -CurrentVersion: 0.1.2 -CurrentVersionCode: 43 +CurrentVersion: 0.1.3 +CurrentVersionCode: 53