From f51e61c5ce7777e57e178b79db4d6930a8ae9cf5 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 14 May 2024 09:49:07 +0200 Subject: [PATCH] bump to 0.1.2 --- leveldbstatic.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leveldbstatic.nimble b/leveldbstatic.nimble index 83794aa..f4ee448 100644 --- a/leveldbstatic.nimble +++ b/leveldbstatic.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.1" +version = "0.1.2" author = "leveldbstatic authors" description = "Statically linked LevelDB wrapper for Nim" license = "MIT"