diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4da7ae5..41763f7 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 commit = True tag = False diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index ecf981d..4277df4 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -12,7 +12,7 @@ on: name: pkgdown env: - VERSION: '1.0.1' + VERSION: '1.0.2' jobs: pkgdown: if: "startsWith(github.event.head_commit.message, 'Bump version:')" diff --git a/DESCRIPTION b/DESCRIPTION index 52643f8..4432f18 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gwasOncoX Type: Package Title: Human GWAS tracks for the oncology domain -Version: 1.0.1 +Version: 1.0.2 Date: 2024-01-15 Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"), email = "sigven@ifi.uio.no", diff --git a/inst/CITATION b/inst/CITATION index 0f30b7d..2afa164 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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.0.1", + note = "R package version 1.0.2", url = "https://github.com/sigven/gwasOncoX", textVersion = paste("Nakken S. ","(2022)", " gwasOncoX: Low-to-moderate risk variants in cancer.", - " R package version 1.0.1.", + " R package version 1.0.2.", " (https://github.com/sigven/gwasOncoX)") )