Skip to content

Commit

Permalink
bump 1.6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chsami committed Nov 27, 2024
1 parent 41ddfdb commit 1c90a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "1.6.4"
automatic_release_tag: "1.6.4.1"
prerelease: false
title: "Release 1.6.4"
title: "Release 1.6.4.1"
files: |
/home/runner/work/Microbot/Microbot/runelite-client/target/microbot-*.jar
Expand Down
2 changes: 1 addition & 1 deletion runelite-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<git.commit.id.abbrev>nogit</git.commit.id.abbrev>
<git.dirty>false</git.dirty>
<shade.skip>false</shade.skip>
<microbot.version>1.6.4</microbot.version>
<microbot.version>1.6.4.1</microbot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1c90a3e

Please sign in to comment.