From e6cd55620125f3bc189d7817fbd8b69ca8b87abd Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Wed, 8 Aug 2018 15:58:02 +0200
Subject: [PATCH] v0.2.3.1 minor typo revision in vignette

---
 DESCRIPTION               | 4 ++--
 NEWS                      | 2 +-
 vignettes/get_started.rmd | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 8da9838..7b2a310 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGRteaching
 Type: Package
 Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
-Version: 0.2.3.0
-Date: 2018-05-22
+Version: 0.2.3.1
+Date: 2018-08-08
 Authors@R: c(person("Olivier", "Delaigue", role = c("aut", "cre"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut")), person("Pierre", "Brigode", role = c("aut")), person("Guillaume", "Thirel", role = c("ctb")))
 Depends: airGR (>= 1.0.9.43)
 Imports: dygraphs (>= 1.1.1.6), htmlwidgets (>= 1.2), markdown, plotrix, shiny (>= 1.1.0), shinyjs (>= 1.0), xts
diff --git a/NEWS b/NEWS
index 9d4d374..a2bb4ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 ############# Release History of the airGRteaching Package
 
 
-## 0.2.3.0 Release Notes (2018-08-08)
+## 0.2.3.1 Release Notes (2018-08-08)
 
 	CRAN-compatibility updates
 		- now depends on the latest version (1.1.1.6) of the dygraphs package from CRAN (embeded dygraphs functions have been removed)
diff --git a/vignettes/get_started.rmd b/vignettes/get_started.rmd
index 33caf2c..6ccea07 100644
--- a/vignettes/get_started.rmd
+++ b/vignettes/get_started.rmd
@@ -1,5 +1,5 @@
 ---
-title: "Get Started with airGRteachning"
+title: "Get Started with airGRteaching"
 output: rmarkdown::html_vignette
 vignette: >
   %\VignetteEngine{knitr::rmarkdown}
-- 
GitLab