From 3e9132b73b29662da4f0ce089a656e93b0443f22 Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Wed, 23 Nov 2016 10:38:06 +0100
Subject: [PATCH] airGR version 1.0.3

---
 DESCRIPTION   | 4 ++--
 inst/CITATION | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 455c876f..ec419d67 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR hydrological models for precipitation-runoff modelling
-Version: 1.0.2
-Date: 2016-11-03
+Version: 1.0.3
+Date: 2016-11-23
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
   person("Charles", "Perrin", role = c("aut", "ths")),
diff --git a/inst/CITATION b/inst/CITATION
index a7b7ac74..1612560b 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -18,13 +18,13 @@ citEntry(entry="Manual",
     author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("C. Michel")),
 	journal = "R News",
   	year = "2016",
-    note = "R package version 1.0.2",
+    note = "R package version 1.0.3",
     url = "https://webgr.irstea.fr/airGR/?lang=en",
         textVersion = 
         paste("Coron, L., Perrin, C. and Michel, C. ",
 	       "(2016). ", 
                "airGR: Suite of GR hydrological models for precipitation-runoff modelling. ",
-               "R package version 1.0.2 ",
+               "R package version 1.0.3",
                "https://webgr.irstea.fr/airGR/?lang=en",
                sep="")
          )
-- 
GitLab