We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6087a92 + 9084dc8 commit 47806a6Copy full SHA for 47806a6
1 file changed
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = 'dh3356.restful_interceptor'
11
-version = '1.0.1'
+version = '1.0.2'
12
13
java {
14
sourceCompatibility = '17'
@@ -35,7 +35,7 @@ publishing {
35
maven(MavenPublication) {
36
groupId = 'dh3356.restful_interceptor'
37
artifactId = 'restful_interceptor'
38
- version = '1.0.1'
+ version = '1.0.2'
39
40
from components.java
41
0 commit comments