commit d8d66c19d18a8ff8f98bfb88a80a3a9433a38c25 Author: Jonathan Bernard Date: Sat Jun 14 11:13:36 2025 -0500 Initial commit with Nimble package info. diff --git a/update_version.nimble b/update_version.nimble new file mode 100644 index 0000000..90c79a4 --- /dev/null +++ b/update_version.nimble @@ -0,0 +1,13 @@ +# 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"]