diff --git a/DESCRIPTION b/DESCRIPTION index c8e6c00..4bcda74 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: xronos Type: Package Title: Client for the 'XRONOS' Chronological Database -Version: 0.1.0.9000 +Version: 0.1.1 Authors@R: c( person(given = "Martin", family = "Hinz", role = "aut", diff --git a/NEWS.md b/NEWS.md index eb0113b..ed8650b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# xronos (development version) +# xronos 0.1.1 * Updated documentation to clarify that now uses ISO two-character codes for countries. * chron_data() now uses [countrycode](https://vincentarelbundock.github.io/countrycode/) to attempt to interpret `country` arguments that are not country codes.