From d8d66c19d18a8ff8f98bfb88a80a3a9433a38c25 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 14 Jun 2025 11:13:36 -0500 Subject: [PATCH] Initial commit with Nimble package info. --- update_version.nimble | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 update_version.nimble 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"]