From 2ae7e5c8ccfec44f625aa9ca4efa7bfe75188ec0 Mon Sep 17 00:00:00 2001 From: Hendrik Schultheis Date: Wed, 17 Mar 2021 18:07:23 +0100 Subject: [PATCH] up app version, update changelog --- wilson-basic/CHANGELOG.md | 4 ++++ wilson-basic/app.R | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wilson-basic/CHANGELOG.md b/wilson-basic/CHANGELOG.md index f74cab7..13149bc 100644 --- a/wilson-basic/CHANGELOG.md +++ b/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) diff --git a/wilson-basic/app.R b/wilson-basic/app.R index a617d29..79dfb7c 100755 --- a/wilson-basic/app.R +++ b/wilson-basic/app.R @@ -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")) #