Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netcodedev committed Feb 14, 2024
1 parent 7956498 commit 92f5c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'signing'
}
group = 'dev.bitbite'
version = '0.0.1'
version = '0.0.2'

repositories {
mavenCentral()
Expand Down Expand Up @@ -43,7 +43,7 @@ publishing {
from components.java
groupId = 'dev.bitbite'
artifactId = 'OpenNetLib-Protocols'
version = '0.0.1'
version = '0.0.2'
pom {
name = 'OpenNetLib-Protocols'
description = 'OpenNetLib-Protocols is a library that provides a set of protocols for OpenNetLib'
Expand Down

0 comments on commit 92f5c19

Please sign in to comment.