Skip to content

Commit 81d1e64

Browse files
committed
Bump version: 2.1.0 → 2.1.1
1 parent 7399b82 commit 81d1e64

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.0"
2+
current_version = "2.1.1"
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.0'
13+
VERSION: '2.1.1'
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.0
4+
Version: 2.1.1
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 = "2025",
8-
note = "R package version 2.1.0",
8+
note = "R package version 2.1.1",
99
url = "https://github.com/sigven/pharmOncoX",
1010
textVersion = paste("Nakken S. ","(2025)",
1111
" pharmOncoX: Targeted and non-targeted anti-cancer drugs and drug regimens.",
12-
" R package version 2.1.0.",
12+
" R package version 2.1.1.",
1313
" (https://github.com/sigven/pharmOncoX)")
1414
)

0 commit comments

Comments
 (0)