From 13dfec53f87ef8dd3071c9dca7ebdaed602d0869 Mon Sep 17 00:00:00 2001 From: HugoGranstrom <5092565+HugoGranstrom@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:55:28 +0200 Subject: [PATCH] bump nimble version --- nimiSlides.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nimiSlides.nimble b/nimiSlides.nimble index 41fefca..3c45c25 100644 --- a/nimiSlides.nimble +++ b/nimiSlides.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.3" +version = "0.2.4" author = "Hugo Granström" description = "Reveal.js theme for nimib" license = "MIT" @@ -14,7 +14,7 @@ requires "nimib >= 0.3.9" import os task docsDeps, "install dependencies required to build docs": - exec "nimble -y install ggplotnim@0.5.6 karax numericalnim nimibook@#head" + exec "nimble -y install ggplotnim@0.5.6 karax numericalnim nimibook" task buildDocs, "build all .nim files in docsrc/": for path in ["showcase.nim", "nimconf2022.nim", "miscSlides.nim", "index_old.nim", "fragments.nim"]: