Skip to content

Commit

Permalink
Version 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkho committed Jun 18, 2020
1 parent 8d3a9d2 commit c4db028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rosetteApi
Type: Package
Title: 'Rosette' API
Version: 1.14.3
Version: 1.14.4
Date: 2019-10-25
Authors@R: c(
person("Chris", "Park", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/Api.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ api <- function(user_key, endpoint, parameters=FALSE, custom_headers=NULL,
#'
#' @return current binding version
get_binding_version <- function() {
binding_version <- "1.14.3"
binding_version <- "1.14.4"
return(binding_version)
}

Expand Down

0 comments on commit c4db028

Please sign in to comment.