From 521589de31559aec4a1bbe62066cfd198215b2af Mon Sep 17 00:00:00 2001 From: Productive2 <48047721+Productive2@users.noreply.github.com> Date: Fri, 26 Feb 2021 15:03:43 +0100 Subject: [PATCH] bump version --- jale.nimble | 2 +- src/jale.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jale.nimble b/jale.nimble index a6ba92e..8610218 100644 --- a/jale.nimble +++ b/jale.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.0" +version = "0.1.1" author = "Productive2" description = "Just Another Line Editor" license = "MIT" diff --git a/src/jale.nim b/src/jale.nim index eec8e75..1e9cc9f 100644 --- a/src/jale.nim +++ b/src/jale.nim @@ -1 +1 @@ -const jaleVersion = "0.1" +const jaleVersion = "0.1.1"