From 26d5746428e4f874e656f6c54ceb2bc6e1cbd9c7 Mon Sep 17 00:00:00 2001 From: Patrick Klitzke Date: Mon, 12 Dec 2022 15:36:02 +0900 Subject: [PATCH] Added package update_nimble_version (#2426) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9ec6a34..4f6b0d4 100644 --- a/packages.json +++ b/packages.json @@ -28121,5 +28121,17 @@ "description": "chatgpt cli client written in nim", "license": "MIT", "web": "https://github.com/HACCKKER/gptcli" + }, + { + "name": "update_nimble_version", + "url": "https://github.com/philolo1/update_nimble_version", + "method": "git", + "tags": [ + "cli", + "nimble" + ], + "description": "Cli tool to update the nimble version of a package.", + "license": "MIT", + "web": "https://github.com/philolo1/update_nimble_version" } ]