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