Skip to content

Commit

Permalink
1.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jun 24, 2024
1 parent b80e08d commit 78e0df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.ref_name == 'master' && github.event_name != 'pull_request'
uses: marvinpinto/action-automatic-releases@master
with:
title: "DeathMessages v1.4.19-SNAPSHOT"
title: "DeathMessages v1.4.20-SNAPSHOT"
automatic_release_tag: "dev-build"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "build/libs/DeathMessages-*.jar"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "dev.mrshawn"
version = "1.4.19-SNAPSHOT"
version = "1.4.19"

repositories {
mavenCentral()
Expand Down

0 comments on commit 78e0df9

Please sign in to comment.