From f37e505493ca23dd9fdcf31353a8dabb5cc45aa2 Mon Sep 17 00:00:00 2001 From: tomaszaba Date: Sun, 8 Feb 2026 21:06:43 +0200 Subject: [PATCH] set v0.1.0 - first feature-complete version; Closes #31 --- DESCRIPTION | 2 +- README.md | 4 ++-- inst/CITATION | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cbee0e3..0df4763 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mwanaApp Title: mwana GUI -Version: 0.0.0 +Version: 0.1.0 Authors@R: person(given = "Tomás", family = "Zaba", diff --git a/README.md b/README.md index 71cd06b..074635d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ citation("mwanaApp") Tomás Zaba (2026). _mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and - prevalence estimation_. R package version 0.0.0, + prevalence estimation_. R package version 0.1.0, . A BibTeX entry for LaTeX users is @@ -63,6 +63,6 @@ citation("mwanaApp") title = {mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation}, author = {{Tomás Zaba}}, year = {2026}, - note = {R package version 0.0.0}, + note = {R package version 0.1.0}, url = {https://github.com/mphimo/mwanaApp.git}, } diff --git a/inst/CITATION b/inst/CITATION index 9db784d..0cf8e7f 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -4,6 +4,6 @@ bibentry( title = "mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation", author = person("Tomás Zaba"), year = 2026, - note = "R package version 0.0.0", + note = "R package version 0.1.0", url = "https://github.com/mphimo/mwanaApp.git" -) \ No newline at end of file +)