Skip to content

Commit b0eb54f

Browse files
authored
Merge pull request #172 from rstudio/v0.1.2-rc
Increment version number to 0.1.2
2 parents 8116650 + 53968ad commit b0eb54f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Type: Package
22
Package: connectapi
33
Title: Utilities for Interacting with the 'RStudio Connect' Server API
4-
Version: 0.1.1.9001
4+
Version: 0.1.2.9000
55
Authors@R:
66
c(person(given = "Sean",
77
family = "Lopp",
8-
role = c("aut"),
9-
email = "[email protected]"),
8+
role = c("aut")),
109
person(given = "Cole",
1110
family = "Arendt",
1211
role = c("aut", "cre"),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# connectapi (development version)
22

3+
# connectapi 0.1.2
4+
35
- Update docs to illustrate customizing HTTP requests
46
([#168](https://github.com/rstudio/connectapi/pull/168))
57
- Fix issue with HTML documentation to retain on CRAN

connectapi.Rproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ StripTrailingWhitespace: Yes
1717

1818
BuildType: Package
1919
PackageUseDevtools: Yes
20-
PackageCleanBeforeInstall: Yes
2120
PackageInstallArgs: --no-multiarch --with-keep.source
2221
PackageRoxygenize: rd,collate,namespace

0 commit comments

Comments
 (0)