Skip to content

chore(app): bump version to 1.0.528+788#5943

Merged
beastoin merged 1 commit intomainfrom
chore/bump-app-v1.0.528
Mar 23, 2026
Merged

chore(app): bump version to 1.0.528+788#5943
beastoin merged 1 commit intomainfrom
chore/bump-app-v1.0.528

Conversation

@beastoin
Copy link
Copy Markdown
Collaborator

Bump app version for TestFlight/internal testing release with clock skew detection (#5929).

1.0.527+7861.0.528+788

After merge, tag with v1.0.528+788-mobile-cm to trigger Codemagic build.


by AI for @beastoin

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@beastoin beastoin merged commit 70f1b78 into main Mar 23, 2026
3 checks passed
@beastoin beastoin deleted the chore/bump-app-v1.0.528 branch March 23, 2026 09:38
@beastoin
Copy link
Copy Markdown
Collaborator Author

lgtm

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 23, 2026

Greptile Summary

This PR bumps the Flutter app version from 1.0.527+786 to 1.0.528+788 in app/pubspec.yaml for a TestFlight/internal testing release containing the clock skew detection feature from #5929.

  • Single-file change: version string updated in app/pubspec.yaml
  • The patch version increments by 1 (527528) as expected
  • The build number increments by 2 (786788, skipping 787) — worth confirming this is intentional and not an artifact of the bump script

Confidence Score: 5/5

  • This PR is safe to merge — it is a routine version bump with a single-line change.
  • The change is minimal and mechanical: one line in pubspec.yaml. The only minor curiosity is the build number skipping 787, but this does not affect functionality and is a common occurrence when a prior draft build was discarded. No logic, dependencies, or behavior is affected.
  • No files require special attention.

Important Files Changed

Filename Overview
app/pubspec.yaml Version bumped from 1.0.527+786 to 1.0.528+788; build number increments by 2 (skips 787), which may be intentional.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR merged to main] --> B["Tag: v1.0.528+788-mobile-cm"]
    B --> C[Codemagic CI triggered]
    C --> D[Build iOS app\n1.0.528 build 788]
    D --> E[Upload to TestFlight]
    E --> F[Internal testing\nwith clock skew detection]
Loading

Reviews (1): Last reviewed commit: "chore(app): bump version to 1.0.528+788" | Re-trigger Greptile

Comment thread app/pubspec.yaml
publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.527+786
version: 1.0.528+788
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Build number skips 787

The build number increments from 786 to 788, skipping 787. This is unusual for a sequential version bump. If 787 was intentionally reserved or used for an internal/discarded build, this is fine — but it's worth confirming this is expected and not an off-by-one error in the bump script.

Glucksberg pushed a commit to Glucksberg/omi-local that referenced this pull request Apr 28, 2026
Bump app version for TestFlight/internal testing release with clock skew
detection (BasedHardware#5929).

`1.0.527+786` → `1.0.528+788`

After merge, tag with `v1.0.528+788-mobile-cm` to trigger Codemagic
build.

---
_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