Skip to content

Commit

Permalink
Bump to 0.2.2 for better release ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Dec 24, 2023
1 parent 05ec599 commit c07b39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build-local.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
refinedSitesVersion="0.2.1"
refinedSitesVersion="0.2.2"

if [ ! -f "refinedsites-$refinedSitesVersion-all.jar" ]; then
echo "downloading Refined Sites $refinedSitesVersion"
Expand Down

0 comments on commit c07b39b

Please sign in to comment.