Skip to content

Commit a2a188c

Browse files
authored
chore: update to dev version (#336)
1 parent 08442bc commit a2a188c

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.Rbuildignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
^\.Rproj\.user$
33
^\.Renviron$
44
^\.github$
5+
^\.envrc$
6+
^\.vscode$
7+
^.*\.lic$
58
^renv$
69
^renv\.lock$
710
^README\.Rmd$

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ tests/integrated/integrated-results-check.txt
1616
tests/integrated/testthat-problems.rds
1717
CRAN-SUBMISSION
1818
tests/testthat/Rplots.pdf
19+
*.lic

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: connectapi
33
Title: Utilities for Interacting with the 'Posit Connect' Server API
4-
Version: 0.4.0
4+
Version: 0.4.0.9000
55
Authors@R: c(
66
person(given = "Toph",
77
family = "Allen",

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# connectapi (development version)
2+
13
# connectapi 0.4.0
24

35
## New features

0 commit comments

Comments
 (0)