Skip to content

Commit

Permalink
[Release] v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larryTheCoder committed Apr 29, 2023
1 parent 9a872a9 commit a286c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
title: "ProxyTransport ${{ github.ref }}"
title: "ProxyTransport ${{ github.ref_name }}"
files: |
target/ProxyTransport.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.nethergames.proxytransport</groupId>
<artifactId>proxy-transport</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a286c0a

Please sign in to comment.