Reputation: 449
I have published a package to pub.dev and I am making small changes. What is the easiest way to change all the package numbers in all the files? I usually search for the current version number in all files, for example 1.0.3 and replace it with 1.0.4, but this looks tedious. I am wondering if there is a better way? Like a function that updates the version with 1+.
Upvotes: -2
Views: 222
Reputation: 9166
If you're using vscode, you could make a replace all operation over all files :
Upvotes: 1