From 271cfd77291053c8826026b4afee73843357a3e5 Mon Sep 17 00:00:00 2001 From: Dominik Salvet Date: Wed, 28 Oct 2020 19:05:45 +0100 Subject: [PATCH] increase version to 1.0.0 --- changelog.md | 2 ++ src/nconv | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 52ff314..2b612b5 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The changes not yet present in any release are listed in this section. +## 1.0.0 (2020-10-28) + ### Added * When no number argument provided, nconv uses standard input. diff --git a/src/nconv b/src/nconv index c00908d..a209a2b 100755 --- a/src/nconv +++ b/src/nconv @@ -21,7 +21,7 @@ main() { } init_constants() { - readonly VERSION=0.3.0 # the current nconv version + readonly VERSION=1.0.0 # the current nconv version } init_strings() {