From 65d5a21e4d918c7c511e691f0c77e8c7de15974a Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Mon, 27 Jan 2025 14:17:32 +0000 Subject: [PATCH] version bump --- src/util/batturry.nim | 2 +- wm_tools.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/batturry.nim b/src/util/batturry.nim index 23f501c..2d2959b 100644 --- a/src/util/batturry.nim +++ b/src/util/batturry.nim @@ -1,5 +1,5 @@ import strutils -import ../../../batmon/src/batmon +import batmon import ../common import ../common/colours diff --git a/wm_tools.nimble b/wm_tools.nimble index 5ee42fb..78a247b 100644 --- a/wm_tools.nimble +++ b/wm_tools.nimble @@ -1,6 +1,6 @@ # Package -version = "2.0.8" +version = "2.0.9" author = "Paul Wilde" description = "A set of informational tools" license = "AGPL-3.0-or-later"