Skip to content

Commit

Permalink
Update version to 4.5.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulloy2 committed Dec 24, 2019
1 parent c3c5933 commit e2f949c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>

<description>Provides read/write access to the Minecraft protocol.</description>
<url>https://github.com/dmulloy2/ProtocolLib</url>
Expand Down Expand Up @@ -145,8 +145,8 @@
</activation>
<properties>
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
<!--<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>-->
<project.fullVersion>${project.version}</project.fullVersion>
</properties>
</profile>

Expand Down

0 comments on commit e2f949c

Please sign in to comment.