Skip to content

Commit 4302dbf

Browse files
committed
Bump version: 2.1.9 → 2.2.0
1 parent bbeb725 commit 4302dbf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "2.1.9"
2+
current_version = "2.2.0"
33
search = "{current_version}"
44
replace = "{new_version}"
55
message = "Bump version: {current_version} → {new_version}"

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
name: pkgdown
1111

1212
env:
13-
VERSION: '2.1.9'
13+
VERSION: '2.2.0'
1414
jobs:
1515
pkgdown:
1616
if: "startsWith(github.event.head_commit.message, 'Bump version:')"

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: pharmOncoX
22
Type: Package
33
Title: Molecularly targeted cancer drugs and biomarkers
4-
Version: 2.1.9
4+
Version: 2.2.0
55
URL: https://sigven.github.io/pharmOncoX
66
Authors@R:
77
c(person(given = "Sigve",

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ citEntry(
55
title = "pharmOncoX: Targeted and non-targeted anti-cancer drugs and drug regimens",
66
author = "Sigve Nakken",
77
year = "2026",
8-
note = "R package version 2.1.9",
8+
note = "R package version 2.2.0",
99
url = "https://github.com/sigven/pharmOncoX",
1010
textVersion = paste("Nakken S. ","(2026)",
1111
" pharmOncoX: Targeted and non-targeted anti-cancer drugs and drug regimens.",
12-
" R package version 2.1.9.",
12+
" R package version 2.2.0.",
1313
" (https://github.com/sigven/pharmOncoX)")
1414
)

0 commit comments

Comments
 (0)