Skip to content

Commit ae68223

Browse files
committed
Version Upgrade
1 parent 46af5b2 commit ae68223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ java {
1919
withJavadocJar()
2020
withSourcesJar()
2121
}
22-
version = '1.0.2'
22+
version = '1.0.3'
2323
publishing {
2424
publications {
2525
mavenJava(MavenPublication) {
2626
artifactId = 'facade-schema'
2727
groupId = 'io.github.sasanlabs'
28-
version = '1.0.2'
28+
version = '1.0.3'
2929

3030
from components.java
3131
versionMapping {

0 commit comments

Comments
 (0)