Skip to content

Commit ef80f6e

Browse files
committed
Bump version: 1.9.1 → 1.9.2
1 parent 09d3985 commit ef80f6e

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 = "1.9.1"
2+
current_version = "1.9.2"
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: '1.9.1'
13+
VERSION: '1.9.2'
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: 1.9.1
4+
Version: 1.9.2
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 1.9.1",
8+
note = "R package version 1.9.2",
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 1.9.1.",
12+
" R package version 1.9.2.",
1313
" (https://github.com/sigven/pharmOncoX)")
1414
)

0 commit comments

Comments
 (0)