Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
up app version, update changelog
  • Loading branch information
HendrikSchultheis committed Mar 17, 2021
1 parent be73f95 commit 2ae7e5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wilson-basic/CHANGELOG.md
@@ -1,5 +1,9 @@
# WIlsON Basic App Changelog

## 2.1.3

- removed wrong returns which caused the app to crash

## 2.1.2

- added the possibility to change the decimal separator during parsing of input files via the env variable `WILSON_SEPARATE_DECIMALS` (b70b4efc0ba9fcd5894193077b1bb11990567849)
Expand Down
2 changes: 1 addition & 1 deletion wilson-basic/app.R
Expand Up @@ -12,7 +12,7 @@ if (!requireNamespace("pacman", quietly = TRUE)) {
pacman::p_load(char = dependencies)

# Set versions
wilson_app_version <- "WIlsON basic 2.1.2"
wilson_app_version <- "WIlsON basic 2.1.3"
wilson_package_version <- as.character(packageVersion("wilson"))

#
Expand Down

0 comments on commit 2ae7e5c

Please sign in to comment.