Skip to content

Commit

Permalink
Merge pull request #598 from chsami/development
Browse files Browse the repository at this point in the history
bump 1.6.6
  • Loading branch information
chsami authored Dec 27, 2024
2 parents 3cd237b + f847e24 commit 909bed3
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.5.2"
automatic_release_tag: "1.6.6"
prerelease: false
title: "Release 1.6.5.2"
title: "Release 1.6.6"
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.5.2</microbot.version>
<microbot.version>1.6.6</microbot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 909bed3

Please sign in to comment.