From eda0de64857e0947d55e4951d3369c81f1950b3e Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 9 Feb 2023 15:03:47 +0100 Subject: [PATCH] rm C++11 from SysReqs for #313 --- DESCRIPTION | 3 +-- codemeta.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e64612eb..7c6ef9ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: osmdata Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects -Version: 0.1.10.034 +Version: 0.1.10.035 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Bob", "Rudis", role = "aut"), @@ -60,7 +60,6 @@ Encoding: UTF-8 NeedsCompilation: yes Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -SystemRequirements: C++11 X-schema.org-applicationCategory: Data Access X-schema.org-isPartOf: https://ropensci.org X-schema.org-keywords: open0street0map, openstreetmap, overpass0API, OSM diff --git a/codemeta.json b/codemeta.json index 8c4f52eb..ec9d910d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -11,7 +11,7 @@ "codeRepository": "https://github.com/ropensci/osmdata/", "issueTracker": "https://github.com/ropensci/osmdata/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.10.034", + "version": "0.1.10.035", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",