Files
update-version/update_version.nimble
T
2025-06-14 11:13:36 -05:00

14 lines
290 B
Nim

# Package
version = "1.0.0"
author = "Jonathan Bernard"
description = "Small util to update version consistently for nim and node packages."
license = "MIT"
bin = @["update_version"]
# Dependencies
requires @["nim >= 1.0.4", "docopt >= 0.7.1", "nimble"]