Skip to content

Commit

Permalink
Bump version to 1.5.2 for -v option
Browse files Browse the repository at this point in the history
  • Loading branch information
aiKrice committed Dec 5, 2024
1 parent fd6e29a commit ab6db25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badgetizr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Badgetizr
uses: aiKrice/[email protected].1
uses: aiKrice/[email protected].2
with:
pr_id: ${{ github.event.pull_request.number }}
configuration: .badgetizr.yml
Expand Down
2 changes: 1 addition & 1 deletion Formula/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Options :
EOF
}

BADGETIZR_VERSION="1.5.1"
BADGETIZR_VERSION="1.5.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Badgetizr
uses: aiKrice/[email protected].1
uses: aiKrice/[email protected].2
with:
pr_id: ${{ github.event.pull_request.number }}
configuration: .badgetizr.yml
Expand Down

0 comments on commit ab6db25

Please sign in to comment.