diff --git a/.github/depends.Rds b/.github/depends.Rds index 71246c3ac..a1cc4d70c 100644 Binary files a/.github/depends.Rds and b/.github/depends.Rds differ diff --git a/DESCRIPTION b/DESCRIPTION index 73d417590..fbb587cef 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,14 @@ Package: qgis Type: Package Title: An extension of package "qgisprocess" providing direct R functions for QGIS functions -Version: 3.40.0.9000 +Version: 3.40.1.9000 Authors@R: person(given = "Jan", family = "Caha", role = c("aut", "cre"), email = "jan.caha@outlook.com", comment = c(ORCID = "0000-0003-0165-0606")) Maintainer: Jan Caha -Description: An extension of package `qgisprocess` providing direct R functions for QGIS functions. Compiled against QGIS version: 3.40.0-Bratislava. +Description: An extension of package `qgisprocess` providing direct R functions for QGIS functions. Compiled against QGIS version: 3.40.1-Bratislava. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true diff --git a/R/utils.R b/R/utils.R index 78aafe5a2..477db8211 100644 --- a/R/utils.R +++ b/R/utils.R @@ -8,7 +8,7 @@ stop("Cannot load package `qgis` because working QGIS installation cannot be found. See help for `qgisprocess::qgis_configure()`!") } - qgis_build <- "3.40.0" + qgis_build <- "3.40.1" qgis_local <- stringr::str_match(qgisprocess::qgis_version(), "[0-9.]+[[:cntrl:][:alnum:]]")[,1] diff --git a/README.md b/README.md index 60ebcbf5a..e73cd5ece 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ if it changes in the QGIS. ## Latest version -Latest package version **3.40.0.9000** is build against QGIS version -**3.40.0-Bratislava**. +Latest package version **3.40.1.9000** is build against QGIS version +**3.40.1-Bratislava**. ## Installation diff --git a/data-raw/changed_files.rds b/data-raw/changed_files.rds index 175eab11f..461091c04 100644 Binary files a/data-raw/changed_files.rds and b/data-raw/changed_files.rds differ diff --git a/data-raw/previous-files.rds b/data-raw/previous-files.rds index 1c69ea1e4..3c875ec3f 100644 Binary files a/data-raw/previous-files.rds and b/data-raw/previous-files.rds differ