Skip to content

Commit

Permalink
Push version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netcodedev committed Feb 1, 2024
1 parent e61a0ef commit 75c0836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'dev.bitbite'
version = '2.0.0'
version = '2.0.1'

java {
toolchain {
Expand All @@ -21,7 +21,7 @@ publishing {
from components.java
groupId = 'dev.bitbite'
artifactId = 'OpenNetLib'
version = '2.0.0'
version = '2.0.1'
pom {
name = 'OpenNetLib - A Java Networking Library'
description = 'OpenNetLib is a lightweight, easy-to-use library to simplify socket communication. It is written in and for Java. It\'s still in an early stage but saves a lot of time already. Start using OpenNetLib today or help improving it by posting issues, questions and feature requests here: https://github.com/bitbitedev/OpenNetLib/issues'
Expand Down

0 comments on commit 75c0836

Please sign in to comment.