diff --git a/DESCRIPTION b/DESCRIPTION
index bf019825..d122f0d1 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,5 +1,5 @@
Package: AMR
-Version: 1.3.0.9020
+Version: 1.3.0.9021
Date: 2020-09-14
Title: Antimicrobial Resistance Analysis
Authors@R: c(
diff --git a/NEWS.md b/NEWS.md
index 75dd9af2..35fafb44 100755
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# AMR 1.3.0.9020
+# AMR 1.3.0.9021
## Last updated: 14 September 2020
Note: some changes in this version were suggested by anonymous reviewers from the journal we submitted our manuscipt to. We are those reviewers very grateful for going through our code so thoroughly!
diff --git a/R/mo.R b/R/mo.R
index 6f2e0063..382afef7 100755
--- a/R/mo.R
+++ b/R/mo.R
@@ -1775,7 +1775,7 @@ print.mo_uncertainties <- function(x, ...) {
if (x[i, ]$uncertainty == 1) {
uncertainty_interpretation <- font_green("* VERY LIKELY *")
} else if (x[i, ]$uncertainty == 1) {
- uncertainty_interpretation <- font_orange("* LIKELY *")
+ uncertainty_interpretation <- font_yellow("* LIKELY *")
} else {
uncertainty_interpretation <- font_red("* UNLIKELY *")
}
diff --git a/docs/404.html b/docs/404.html
index 72cfdcfc..d652206d 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -81,7 +81,7 @@
NEWS.md
-