Skip to content

Commit ec2725c

Browse files
version bump
1 parent 570934a commit ec2725c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: googleLanguageR
22
Title: Call Google's 'Natural Language' API, 'Cloud Translation' API,
33
'Cloud Speech' API and 'Cloud Text-to-Speech' API
4-
Version: 0.3.0
4+
Version: 0.3.0.9000
55
Authors@R: c(person("Mark", "Edmondson", email = "[email protected]", role = c("aut", "cre")),
66
person("John", "Muschelli", email = "[email protected]", role = c("ctb")),
77
person("Neal", "Richardson", email = "[email protected]", role = "rev",

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.0.9000
2+
3+
* ...
4+
15
# 0.3.0
26

37
* Improved error handling for vectorised `gl_nlp()` (#55)

cloud_build/build.R

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ cr_deploy_pkgdown(
1414
cloudbuild_file = "cloud_build/cloudbuild-pkgdown.yml",
1515
env = "GL_AUTH=/workspace/auth.json",
1616
post_clone = cr_buildstep_bash(
17-
c("git remote -v",
18-
"git remote set-url --push origin [email protected]:MarkEdmondson1234/googleLanguageR.git",
19-
"git remote -v"),
17+
c("git remote set-url --push origin [email protected]:MarkEdmondson1234/googleLanguageR.git"),
2018
name = "gcr.io/cloud-builders/git",
2119
entrypoint = "bash",
2220
dir = "repo")

0 commit comments

Comments
 (0)