Skip to content

Commit 541975d

Browse files
Merge branch 'master' of github.com:r-spatial/rgee
2 parents 043e57b + dc7a1d3 commit 541975d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "rgee" in publications use:'
88
type: software
99
license: Apache-2.0
1010
title: 'rgee: R Bindings for Calling the ''Earth Engine'' API'
11-
version: 1.1.8
11+
version: 1.1.8.9000
1212
doi: 10.32614/CRAN.package.rgee
1313
identifiers:
1414
- type: url

R/ee_version.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#' @return Character. Earth Engine Python API version used to build rgee.
66
#' @export
77
ee_version <- function() {
8-
'1.6.12'
8+
'1.6.13'
99
}

0 commit comments

Comments
 (0)