From bccee8aa299ff1d3a6e34c20cf23ae8e9cedc416 Mon Sep 17 00:00:00 2001 From: jfy133 Date: Tue, 14 Apr 2020 10:14:00 +0200 Subject: [PATCH] Update version nubmers in all files --- README.md | 8 +++++++- server.R | 2 +- ui.R | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b3fa6c..cb99f94 100644 --- a/README.md +++ b/README.md @@ -256,11 +256,17 @@ Weyrich, L. S. et al. Neanderthal behaviour, diet, and disease inferred from anc ## Change Log -### 0.4.4 +### 0.4.5 * Updated environment and README to reflect `patchwork` and `shinycustomloader` being on CRAN * Fixed environment file name * Cleaned up README a bit +* Add missing 0.4.4 from change-log + +### 0.4.4 + +* Documentation update +* Zenodo DOI creation ### 0.4.3 diff --git a/server.R b/server.R index 3b9d9f1..6d88dad 100644 --- a/server.R +++ b/server.R @@ -1,4 +1,4 @@ -######## MEx-IPA VERSION 0.4.3 ################# +######## MEx-IPA VERSION 0.4.5 ################# ## To prioritise conda packages directory, when installed by conda if ( any(grepl("envs/MEx-IPA/lib/R/library", .libPaths())) ) diff --git a/ui.R b/ui.R index 220c371..95fe27e 100644 --- a/ui.R +++ b/ui.R @@ -1,4 +1,4 @@ -######## MEx-IPA VERSION 0.4.3 ################# +######## MEx-IPA VERSION 0.4.5 ################# ## To prioritise conda packages directory, when installed by conda if ( any(grepl("envs/MEx-IPA/lib/R/library", .libPaths())) )