Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Sep 12, 2016
1 parent 308684d commit 5085b60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: packrat
Type: Package
Title: A Dependency Management System for Projects and their R Package
Dependencies
Version: 0.4.8-3
Version: 0.4.8-4
Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, Aron Atkins, JJ Allaire
Maintainer: Kevin Ushey <kevin@rstudio.com>
Description: Manage the R packages your project depends
Expand Down
2 changes: 1 addition & 1 deletion inst/resources/init-rprofile.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#### -- Packrat Autoloader (version 0.4.8-3) -- ####
#### -- Packrat Autoloader (version 0.4.8-4) -- ####
source("packrat/init.R")
#### -- End Packrat Autoloader -- ####
2 changes: 1 addition & 1 deletion inst/resources/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ local({
## an 'installed from source' version

## -- InstallAgent -- ##
installAgent <- 'InstallAgent: packrat 0.4.8-3'
installAgent <- 'InstallAgent: packrat 0.4.8-4'

## -- InstallSource -- ##
installSource <- 'InstallSource: source'
Expand Down

0 comments on commit 5085b60

Please sign in to comment.