From db2b34cd40a1b6dde5646f933cf31757808bf85a Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 20 Oct 2019 02:48:30 -0400 Subject: [PATCH] Added package bump (#1211) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index f81c1ff..9250a7f 100644 --- a/packages.json +++ b/packages.json @@ -14824,5 +14824,21 @@ "description": "Password generator in Nim", "license": "MIT", "web": "https://github.com/rustomax/npg" + }, + { + "name": "bump", + "url": "https://github.com/disruptek/bump", + "method": "git", + "tags": [ + "nimble", + "bump", + "release", + "tag", + "package", + "tool" + ], + "description": "a tiny tool to bump nimble versions", + "license": "MIT", + "web": "https://github.com/disruptek/bump" } ]