diff --git a/DESCRIPTION b/DESCRIPTION
index 91e0a0a808db0d15e887613d7d583b9ddfd5a061..1d156ae8915901a7abe1184503232ea49773aaa0 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.3.0.5
+Version: 1.3.0.6
 Date: 2019-05-20
 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 5669cbe689c1034799547121d2c7fcc0d3b0bc8a..5e845ab76a77759725f477ea7f1a543341c4ae5f 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.0.5 Release Notes (2019-05-20)
+### 1.3.0.6 Release Notes (2019-05-20)
 
 
 #### New features
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index 23acd92fc8537f0de4b53ec5f4417c3401a2cf51..c2fd5e27c255b8a29fcd7c3c02575e804dad52a6 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -11,7 +11,7 @@
 
 \usage{
 \method{plot}{OutputsModel}(x, Qobs = NULL, IndPeriod_Plot = NULL,
-  BasinArea = NULL, which = "all", log_scale = FALSE,
+  BasinArea = NULL, which = "synth", log_scale = FALSE,
   cex.axis = 1, cex.lab = 0.9, cex.leg = 0.9, lwd = 1, verbose = TRUE, ...)
 }