Skip to content

Commit

Permalink
bump version to 1.4, update codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 12, 2023
1 parent 575c4b9 commit e38736d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: A simple HTTP client, with tools for making HTTP requests,
The package name is a play on curl, the widely used command line tool
for HTTP, and this package is built on top of the R package 'curl', an
interface to 'libcurl' (<https://curl.se/libcurl/>).
Version: 1.3.9100
Version: 1.4.0
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/ropensci/crul",
"issueTracker": "https://github.com/ropensci/crul/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.3",
"version": "1.4.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
"runtimePlatform": "R version 4.2.3 (2023-03-15)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -198,5 +198,5 @@
"applicationCategory": "Web",
"isPartOf": "https://ropensci.org",
"keywords": ["http", "https", "API", "web-services", "curl", "download", "libcurl", "async", "mocking", "caching"],
"fileSize": "1227.865KB"
"fileSize": "1235.828KB"
}
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* local macOS install, R 4.2.3
* local macOS install, R 4.3.0
* ubuntu 20.04 (on github actions), R 4.3.0
* win-builder (devel and release)

Expand Down

0 comments on commit e38736d

Please sign in to comment.