App version name not displaying

Hello,
I would like to inform my community about the current version name of the app.
When I am pushing to live version, I am naming the app live version V2.13 for example, but it only displays “live”. Any ideas?
Next step : adding comments on the track change of the version.

App version is “test” or “live”
This is not the deployment version name.

You can create a DB thing and store information about new version there.

1 Like

Within that input you are creating a save point, like an internal reference snapshot. It’s a good idea to use a version in notes, either in save points and deployments, seeing as the input char limit is short. That way you can use something like Notion to capture the version definition in terms of what the update contains.

If you click the ‘Create a new version’, this will create a new version branch, cloning the current app to another version, so you can split development there and then later merge versions. When you name the version, this will be the dynamic expression ‘app version’ e.g. version-newfeatures = ‘newfeatures’

Anyhow, as @Jici mentioned, best keep this versioning within a data type, that can easily be modified, then displayed on the live version of the site in the front-end. You can have the version as a text field and the maybe another text field as a outline of the version for your users to identify with. Hope that helps.

2 Likes

Thank you. It would have been cool to be able to use the app version name as it is stored somewhere in bubble.

This topic was automatically closed after 14 days. New replies are no longer allowed.