Skip to content

Commit 2ddeaff

Browse files
1.0.3
1 parent a479e68 commit 2ddeaff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'net.jay'
7-
version '1.0.2'
7+
version '1.0.3'
88

99
repositories {
1010
mavenCentral()
@@ -20,7 +20,7 @@ publishing {
2020
mavenJava(MavenPublication) {
2121
groupId = 'net.jay.solo'
2222
artifactId = 'library'
23-
version = '1.0.2'
23+
version = '1.0.3'
2424

2525
from components.java
2626
}

0 commit comments

Comments
 (0)