If I like to display our company's application version number in the app, what is the best way to go about it?
In Java, people can have a Version class which can read an entry(implementation-version) in manifest file, or through some other means. In ST20, we only have a concept of cache manifest. Does ST have any API to deal with that? What would be the suggested way to go about it?
Many thanks!