Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CadenCCC committed Aug 20, 2024
1 parent b96d863 commit 8579f2d
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 @@ -14,7 +14,7 @@ repositories {
}

group = 'me.caden.complog'
version = '0.0.1'
version = '1.0.1'

dependencies {
testImplementation libs.junit.jupiter
Expand Down Expand Up @@ -57,7 +57,7 @@ publishing {
artifact sourcesJar
groupId = 'me.caden.complog'
artifactId = 'CompLog'
version = '0.0.1'
version = '1.0.1'
}
}
}
Expand Down

0 comments on commit 8579f2d

Please sign in to comment.