Displaying Version number or Build Number on the deployments page

Is there a way to see the version number on the deployment page? It’s really hard for us to figure out which build it was or which version it was. The hash is there but it’s not displayed on the package tab.

I think you should add a bit more context to your post.

Browser, Device, Emulator?
Android, iOS, …?

?

?

I use cordova-plugin-app-version to display the build number (in case you are meaning “your deployment page in your app”)

I created an npm module that generates a buildInfo.ts file to your Ionic project - you can then import that file and get build number and build date. You can find the module here: https://www.npmjs.com/package/ionic-build-info