Skip to content

Commit 47806a6

Browse files
Merge pull request #32 from Dh3356/release/v1.0.2-#31
Create RELEASE v1.0.2
2 parents 6087a92 + 9084dc8 commit 47806a6

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
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'dh3356.restful_interceptor'
11-
version = '1.0.1'
11+
version = '1.0.2'
1212

1313
java {
1414
sourceCompatibility = '17'
@@ -35,7 +35,7 @@ publishing {
3535
maven(MavenPublication) {
3636
groupId = 'dh3356.restful_interceptor'
3737
artifactId = 'restful_interceptor'
38-
version = '1.0.1'
38+
version = '1.0.2'
3939

4040
from components.java
4141
}

0 commit comments

Comments
 (0)