Skip to content

Commit

Permalink
Merge pull request #401 from chsami/development
Browse files Browse the repository at this point in the history
BUMP 1.5.0
  • Loading branch information
chsami authored Oct 7, 2024
2 parents cf0fd24 + 12873e3 commit 0f4e89b
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.4.9"
automatic_release_tag: "1.5.0"
prerelease: false
title: "Release 1.4.9"
title: "Release 1.5.0"
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.4.9</microbot.version>
<microbot.version>1.5.0</microbot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 0f4e89b

Please sign in to comment.