pub_version_plus
Easily increment version numbers in pubspec.yaml files with a single command.
3.1.3
3.7K downloads/mo
#4300 most downloaded on pub.dev
mrgnhnt96/pub_version_plus
What this package is like to depend on
Last release 1 years ago
16 May 2025
Ships fairly regularly
a new release about every 1.1 years
Most releases are documented
notes for 8 of 10 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
10 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Sep 2021 to May 2025
2022
2023
2024
2025
2026
Releases
latest 10-
3.1.316 May 2025Release notes
Open source →Fixes
- Issue where pre-release was not being added when incrementing build number
- Thanks @Nguyen-Ngoc-Phuoc for contributing!
- Issue where pre-release was not being added when incrementing build number
-
3.1.217 Apr 2025Release notes
Open source →Fixes
- Does not add build number if the build number is not present
- If the
--buildflag is provided, then the build number will be modified (unless the mode isnone)
- If the
- Does not add build number if the build number is not present
-
3.1.117 Apr 2025Nothing published for this version
-
3.1.017 Apr 2025Nothing published for this version
-
3.0.009 May 2024Release notes
Open source →Breaking Changes
- Instead of resetting the build number to 0 after every release, the build number will now be incremented by 1
- This is to ensure that the build number is always increasing
- If you want to reset the build number to 0, you can use the
--buildflag with theresetoption
Features
- Support modifying the build number via the
--buildflag- Options:
reset- Reset the build number to 0increment- Increment the build number by 1, if it existsremove- Remove the build number from the versionnone- Do not modify the build number
- Options:
- Instead of resetting the build number to 0 after every release, the build number will now be incremented by 1
-
2.0.001 May 2024Release notes
Open source →Enhancements
- Upgrade dependencies
- Improve testability of package
Features
- Added
getcommand to retrieve the current version within thepubspec.yamlfile - Added
setcommand to set the version within thepubspec.yamlfile- Use
--forceto bypass the check for an incremented version
- Use
-
1.1.002 Feb 2023Release notes
Open source →- Upgraded dependencies to latest versions
Fixes
- Build numbers are incremented correctly when running patch
-
1.0.211 Sep 2021Release notes
Open source →- Updated ReadMe to
- Better explain version number
- Provide how to install as dev dependency
- Updated ReadMe to
-
1.0.111 Sep 2021 -
1.0.011 Sep 2021