diff --git a/DESCRIPTION b/DESCRIPTION
index 05578ef6af576128a12e1532c03c9331bfee9298..703fc55f0e1884c8bac688b7ce51ef9ec50b8815 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.2.14.15
+Version: 1.2.14.16
 Date: 2019-05-02
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index af184484a7d95a9f834928313891480d1be1125b..53db83b40b6a294a624118be433168b0a92acc3d 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.2.14.14 Release Notes (2019-04-17)
+### 1.2.14.16 Release Notes (2019-05-02)
 
 
 #### New features
@@ -26,6 +26,8 @@ output:
 
 - <code>.ErrorCrit()</code> private function added to check inputs into <code>ErrorCrit_&#42;()</code> functions. The <code>ErrorCrit_&#42;()</code> functions were simplified accordingly.
 
+- <code>CreateInputsCrit()</code> now returns <code>FUN_CRIT</code> as a character string.
+
 ____________________________________________________________________________________
 
 
diff --git a/inst/CITATION b/inst/CITATION
index 141e921ada67a09ca936313d0464f9779cb29e3c..67868c82d63010d8412c991d2d5062ad607c843b 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -29,12 +29,12 @@ bibentry(bibtype="Manual",
          journal = "R News",
          year = year,
          note = note,
-         url = "https://CRAN.R-project.org/package=airGR/",
+         url = "https://CRAN.R-project.org/package=airGR",
          textVersion = 
            paste0("Coron, L., Delaigue, O., Thirel, G., Perrin, C. and Michel, C. (",
                   year,
                   "). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ",
                   note,
-                  ". URL: https://CRAN.R-project.org/package=airGR/."
+                  ". URL: https://CRAN.R-project.org/package=airGR."
                   )
 )