diff --git a/DESCRIPTION b/DESCRIPTION
index 5b929812a2f271ca40137c77d65cbc38c6a22583..6f0c4bf5c119d13bc35c966cd66b638efaaea066 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.6.3.20
+Version: 1.6.3.21
 Date: 2020-10-16
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index a57311505d1e15dd0fde0897b1e5c5e86c5a3592..685c81d8cc866fb0190c2d904a5f01f11fdaff79 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 1.6.3.20 Release Notes (2020-10-16)
+### 1.6.3.21 Release Notes (2020-10-16)
 
 #### New features
 
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index f80ec0fd60dbdb4595557addd352db50504fa918..13f864bf5ed9939d3623bd107cfd3799564ed419 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -76,7 +76,7 @@ Different types of independent graphs are available (depending on the model, but
   \item \code{"SnowPack"}: time series of snow water equivalent (plotted only if CemaNeige is used)
   \item \code{"Flows"}: time series of simulated flows (and observed flows if provided)
   \item \code{"Error"}: time series of simulated flows minus observed flows (and observed flows if provided)
-  \item \code{"Regime"}: interannual median monthly simulated flow (and observed flows if provided)
+  \item \code{"Regime"}: centred 30-day rolling mean applied on interannual average of daily simulated flows (and observed flows if provided)
   \item \code{"CorQQ"}: correlation plot between simulated and observed flows (only if observed flows provided)
   \item \code{"CumFreq"}: cumulative frequency plot for simulated flows (and observed flows if provided)
 }