Skip to content

Commit

Permalink
increase version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksalvet committed Oct 28, 2020
1 parent e325740 commit 271cfd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/nconv
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 271cfd7

Please sign in to comment.