diff --git a/DESCRIPTION b/DESCRIPTION
index 4fa20fd6a1a1ac631932ed5e76f9d31aaff21f12..1ddfa144a5a146665a3210a846ce5ee9735abd62 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.2.12
+Version: 1.3.2.13
 Date: 2019-05-23
 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 de45915755bb59d5e7f9e0822185c5d502cad73b..0a2ea9210ade9b443a5df36bb302c99c7cd35ef1 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.2.12 Release Notes (2019-05-23)
+### 1.3.2.13 Release Notes (2019-05-23)
 
 
 #### New features
diff --git a/man/PE_Oudin.Rd b/man/PE_Oudin.Rd
index ce23cc17e85460615d6b495adbe0bdd43fefea80..7438c5f231ab6cc7895b16d104a0b37ddd95da73 100644
--- a/man/PE_Oudin.Rd
+++ b/man/PE_Oudin.Rd
@@ -64,8 +64,8 @@ The use of the \code{PEdaily_Oudin} corresponds to the first case of the use of
 library(airGR)
 data(L0123001)
 PotEvap <- PE_Oudin(JD = as.POSIXlt(BasinObs$DatesR)$yday + 1,
-                         Temp = BasinObs$T,
-                         Lat = 0.8, LatUnit = "rad")
+                    Temp = BasinObs$T,
+                    Lat = 0.8, LatUnit = "rad")
 }