tag 1.1.1

This commit is contained in:
Anna “CyberTailor” 2023-04-27 23:12:32 +05:00
parent ec9e3f7030
commit d925245830
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
2023-04-27 Anna <cyber@sysrq.in>
* 1.1.0 tagged
* 1.1.0, 1.1.1 tagged
* ninjasyntax.nim (build): don't escape args automatically

View File

@ -1,9 +1,9 @@
# SPDX-FileCopyrightText: 2022 Anna <cyber@sysrq.in>
# SPDX-FileCopyrightText: 2022-2023 Anna <cyber@sysrq.in>
# SPDX-License-Identifier: CC0-1.0
# Package
version = "1.1.0"
version = "1.1.1"
author = "Anna"
description = "A Nim build system"
license = "BSD"

View File

@ -5,7 +5,7 @@
import std/strutils
const
nimbusVersion* = "1.1.0"
nimbusVersion* = "1.1.1"
defaultBinDir* = "/usr/local/bin"
defaultNimbleDir* = "/opt/nimble"