airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

update versionNumber #151

Closed jimmymjing closed 2 years ago

jimmymjing commented 2 years ago

Hello, what is the proper way to update the versionNumber? Thanks!

marchbold commented 2 years ago

Are you talking about the one that apm injects into your app descriptor with the generate app-descriptor command?

This is taken directly from the value in the project.apm file.

jimmymjing commented 2 years ago

Thanks! I will directly change the version value in the apm file then! I just want to confirm that's the correct way to do so:D

marchbold commented 2 years ago

Yeah, we are looking into fleshing out more of the xml settings through apm but haven't done so as yet.