From c07b39b1a0df5d2426a4933afe8f1d8d0b86282b Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 24 Dec 2023 12:48:45 +0100 Subject: [PATCH] Bump to 0.2.2 for better release ordering --- .github/workflows/ci.yml | 2 +- build-local.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77c52c7f3aa..295ff33ae07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: schedule: - cron: "0 0,12 * * *" env: - refinedSitesVersion: 0.2.1 + refinedSitesVersion: 0.2.2 jobs: build: runs-on: ubuntu-latest diff --git a/build-local.sh b/build-local.sh index b3c3aa51ca4..8eb3dbcf0e0 100755 --- a/build-local.sh +++ b/build-local.sh @@ -1,4 +1,4 @@ -refinedSitesVersion="0.2.1" +refinedSitesVersion="0.2.2" if [ ! -f "refinedsites-$refinedSitesVersion-all.jar" ]; then echo "downloading Refined Sites $refinedSitesVersion"