Skip to content

Commit

Permalink
Bump version: 1.3.4 → 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Jan 9, 2025
1 parent 71da779 commit 183c1cd
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.3.4"
current_version = "1.3.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 @@ -12,7 +12,7 @@ on:
name: pkgdown

env:
VERSION: '1.3.4'
VERSION: '1.3.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: gwasOncoX
Type: Package
Title: Human GWAS tracks for the oncology domain
Version: 1.3.4
Version: 1.3.5
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
email = "sigven@ifi.uio.no",
comment = c(ORCID = "0000-0001-8468-2050"))
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 = "gwasOncoX: Low-to-moderate risk variants from GWAS studies in cancer",
author = "Sigve Nakken",
year = "2022",
note = "R package version 1.3.4",
note = "R package version 1.3.5",
url = "https://github.com/sigven/gwasOncoX",
textVersion = paste("Nakken S. ","(2022)",
" gwasOncoX: Low-to-moderate risk variants in cancer.",
" R package version 1.3.4.",
" R package version 1.3.5.",
" (https://github.com/sigven/gwasOncoX)")
)

0 comments on commit 183c1cd

Please sign in to comment.