From ed8f9d79e1ef8b7c0a9bf31ac5f990628c391dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Sat, 17 Jun 2023 12:52:30 +0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.2=20=E2=86=92=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- nimbus.nimble | 2 +- src/nimbs/common.nim | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 31da216..80755d3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index 98fff95..633ab9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'nimbus' copyright = '2022-2023, Anna (cybertailor) Vyalkova & Nimble Authors' author = 'Anna (cybertailor) Vyalkova & Nimble Authors' -release = '1.1.2' +release = '1.1.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/nimbus.nimble b/nimbus.nimble index 154883e..ebfdabb 100644 --- a/nimbus.nimble +++ b/nimbus.nimble @@ -3,7 +3,7 @@ # Package -version = "1.1.2" +version = "1.1.3" author = "Anna" description = "A Nim build system" license = "BSD" diff --git a/src/nimbs/common.nim b/src/nimbs/common.nim index 6d76fcb..b48f410 100644 --- a/src/nimbs/common.nim +++ b/src/nimbs/common.nim @@ -5,7 +5,7 @@ import std/strutils const - nimbusVersion* = "1.1.2" + nimbusVersion* = "1.1.3" defaultBinDir* = "/usr/local/bin" defaultNimbleDir* = "/opt/nimble"