Files
update-version/update_version.nimble
Jonathan Bernard d3f2b8fc6d
PR Validation / Unit Tests (pull_request) Successful in 22s
Migrate to nitely/nim-regex away from std/nre.
2026-03-09 21:42:57 -05:00

14 lines
308 B
Nim

# Package
version = "1.2.2"
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", "regex", "zero_functional"]