From 065a6cfe0a102bb5713145e0f4521e142842bae3 Mon Sep 17 00:00:00 2001 From: Joan Maspons Date: Mon, 24 Apr 2023 18:13:17 +0200 Subject: [PATCH] Increment version number to 0.2.2.001 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ codemeta.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c60b573..7160bdd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: osmdata Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects -Version: 0.2.2 +Version: 0.2.2.001 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Bob", "Rudis", role = "aut"), diff --git a/NEWS.md b/NEWS.md index b529584..d4c6309 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.2.2.00x (development version) +=================== + + 0.2.2 =================== diff --git a/codemeta.json b/codemeta.json index 98dab9c..7560a74 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci/osmdata/", "issueTracker": "https://github.com/ropensci/osmdata/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.2", + "version": "0.2.001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",