Skip to content

Commit

Permalink
Bump version: 0.6.8 → 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Feb 8, 2022
1 parent 0bc0883 commit a073652
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.8
current_version = 0.6.9
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
name: pkgdown

env:
VERSION: '0.6.8'
VERSION: '0.6.9'
jobs:
pkgdown:
if: "startsWith(github.event.head_commit.message, 'Bump version:')"
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: oncoPharmaDB
Type: Package
Title: Dataset with targeted and non-targeted anticancer drugs
Version: 0.6.8
Version: 0.6.9
Date: 2022-02-08
Authors@R:
c(person(given = "Sigve",
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ citEntry(
title = "oncoPharmaDB: Targeted and non-targeted anti-cancer drugs and drug regimens",
author = "Sigve Nakken",
year = "2022",
note = "R package version 0.6.8",
note = "R package version 0.6.9",
url = "https://github.com/sigven/oncoPharmaDB",
textVersion = paste("Nakken S. ","(2022)",
" oncoPharmaDB: Targeted and non-targeted anti-cancer drugs and drug regimens.",
" R package version 0.6.8.",
" R package version 0.6.9.",
" (https://github.com/sigven/oncoPharmaDB)")
)
2 changes: 1 addition & 1 deletion vignettes/installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ output: rmarkdown::html_document
---

* `install.packages("devtools")`
* `devtools::install_github("sigven/oncoPharmaDB", ref = '0.6.8)`
* `devtools::install_github("sigven/oncoPharmaDB", ref = '0.6.9)`

0 comments on commit a073652

Please sign in to comment.