Skip to content

Commit

Permalink
Bump version: 1.8.4 → 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Dec 9, 2024
1 parent eb4dea4 commit 157ff7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.8.4"
current_version = "1.8.5"
search = "{current_version}"
replace = "{new_version}"
message = "Bump version: {current_version} → {new_version}"
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: '1.8.4'
VERSION: '1.8.5'
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: pharmOncoX
Type: Package
Title: Molecularly targeted cancer drugs and biomarkers
Version: 1.8.4
Version: 1.8.5
URL: https://sigven.github.io/pharmOncoX
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 = "pharmOncoX: Targeted and non-targeted anti-cancer drugs and drug regimens",
author = "Sigve Nakken",
year = "2024",
note = "R package version 1.8.4",
note = "R package version 1.8.5",
url = "https://github.com/sigven/pharmOncoX",
textVersion = paste("Nakken S. ","(2024)",
" pharmOncoX: Targeted and non-targeted anti-cancer drugs and drug regimens.",
" R package version 1.8.4.",
" R package version 1.8.5.",
" (https://github.com/sigven/pharmOncoX)")
)

0 comments on commit 157ff7f

Please sign in to comment.