Skip to content

Bump app build number to 791 (version 1.0.528+791)#6057

Merged
beastoin merged 2 commits into
mainfrom
fix/version-bump-529-791
Mar 26, 2026
Merged

Bump app build number to 791 (version 1.0.528+791)#6057
beastoin merged 2 commits into
mainfrom
fix/version-bump-529-791

Conversation

@beastoin
Copy link
Copy Markdown
Collaborator

@beastoin beastoin commented Mar 26, 2026

Summary

Version check

  • 1.0.528+790 already on TestFlight/internal (merged Mar 24)
  • 1.0.528 not yet promoted to production App Store/Play Store
  • Safe to reuse version name with higher build number

Changes

  • app/pubspec.yaml: version 1.0.528+790 → 1.0.528+791

Context

PR #5994 (fix sync endpoint silent failure) merged with app-side changes:

  • conversations.dart: HTTP 207 parsing for partial sync failures
  • conversation.dart: SyncLocalFilesResponse extended with failure fields
  • local_wal_sync.dart: WALs kept retryable on 207 instead of marked synced

by AI for @beastoin

Triggers Codemagic build with sync silent failure fix from PR #5994.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 26, 2026

Greptile Summary

This PR is a single-line version bump in app/pubspec.yaml (1.0.528+790 → 1.0.529+791) intended to trigger a Codemagic CI build that ships the sync-endpoint silent-failure fix landed in PR #5994.

  • Both the semantic version (1.0.5281.0.529) and the Flutter build number (790791) are incremented sequentially and are consistent with each other — no issues found.
  • No code logic, dependencies, or configuration other than the version string is modified.

Confidence Score: 5/5

Safe to merge — the change is a single-line sequential version bump with no functional impact.

The PR touches exactly one line in one file, both the semver and build number are incremented correctly, and the change's only purpose is to trigger a CI pipeline. There are no logic, security, or correctness concerns.

No files require special attention.

Important Files Changed

Filename Overview
app/pubspec.yaml Version bumped from 1.0.528+790 to 1.0.529+791; both the semver string and Flutter build number are correctly incremented sequentially.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["PR #5994 merged\n(sync silent failure fix)"] --> B["Version bump PR\npubspec.yaml 1.0.528+790 → 1.0.529+791"]
    B --> C["Codemagic CI triggered"]
    C --> D["TestFlight build"]
    C --> E["Play Store internal build"]
Loading

Reviews (1): Last reviewed commit: "Bump app version to 1.0.529+791" | Re-trigger Greptile

1.0.528 is already on TestFlight/internal (build 790, merged Mar 24)
but not yet on production App Store/Play Store. Safe to reuse version
name with higher build number.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@beastoin beastoin changed the title Bump app version to 1.0.529+791 Bump app build number to 791 (version 1.0.528+791) Mar 26, 2026
@beastoin beastoin merged commit 4e63ac7 into main Mar 26, 2026
2 checks passed
@beastoin beastoin deleted the fix/version-bump-529-791 branch March 26, 2026 08:08
@beastoin
Copy link
Copy Markdown
Collaborator Author

lgtm

Glucksberg pushed a commit to Glucksberg/omi-local that referenced this pull request Apr 28, 2026
## Summary
- Bumps app build number from 790 to 791, keeps version name 1.0.528
- Triggers Codemagic build to ship sync silent failure fix (PR BasedHardware#5994)

## Version check
- `1.0.528+790` already on TestFlight/internal (merged Mar 24)
- `1.0.528` not yet promoted to production App Store/Play Store
- Safe to reuse version name with higher build number

## Changes
- `app/pubspec.yaml`: version 1.0.528+790 → 1.0.528+791

## Context
PR BasedHardware#5994 (fix sync endpoint silent failure) merged with app-side
changes:
- `conversations.dart`: HTTP 207 parsing for partial sync failures
- `conversation.dart`: `SyncLocalFilesResponse` extended with failure
fields
- `local_wal_sync.dart`: WALs kept retryable on 207 instead of marked
synced

_by AI for @beastoin_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant