Skip to content

chore: Bump app version to 1.1.0-dev.0 - #110

Open
moodyjmz wants to merge 2 commits into
mainfrom
chore/bump-app-version
Open

chore: Bump app version to 1.1.0-dev.0#110
moodyjmz wants to merge 2 commits into
mainfrom
chore/bump-app-version

Conversation

@moodyjmz

Copy link
Copy Markdown
Contributor

The app version has stayed at the `1.0.0` skeleton default (in both `appinfo/info.xml` and `package.json`) since the initial commit, across every branch and tag.

Following the precedent set by other shipped, non-appstore apps (e.g. `text`), this bumps it to `1.1.0-dev.0` — a semver pre-release identifier marking it as in-progress toward the next real release. That gets dropped to a plain version once release is finalized, mirroring `text`'s own `X.Y.Z-dev.N` → `X.Y.Z` pattern through its beta/rc cycle.

Note: this only touches the app's own version metadata. It's decoupled from the `vX.Y.Z[beta|rc]` git tags on this repo, which track the Nextcloud server version instead (confirmed against `text`'s tag history — its `` field and git tags follow entirely independent numbering).

Reuse before you write: N/A, this is a version metadata bump only, no new logic.

The app version has stayed at the 1.0.0 skeleton default since the
initial commit, across every branch and tag. Following the convention
used by other shipped, non-appstore apps (e.g. text), mark the version
in progress toward the next release as a -dev pre-release identifier;
this gets dropped to a plain version once the release is finalized.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
@moodyjmz

Copy link
Copy Markdown
Contributor Author

/compile

@moodyjmz moodyjmz self-assigned this Aug 14, 2026
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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.

2 participants