We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6819c commit 7321d37Copy full SHA for 7321d37
README.md
@@ -16,6 +16,6 @@ JWS Utilties
16
<dependency>
17
<groupId>org.javawebstack</groupId>
18
<artifactId>web-utils</artifactId>
19
- <version>1.0.1</version>
+ <version>1.0.2</version>
20
</dependency>
21
```
pom.xml
@@ -7,7 +7,7 @@
7
<properties>
8
<maven.compiler.source>8</maven.compiler.source>
9
<maven.compiler.target>8</maven.compiler.target>
10
- <buildVersion>1.0.1-SNAPSHOT</buildVersion>
+ <buildVersion>1.0.2-SNAPSHOT</buildVersion>
11
</properties>
12
13
0 commit comments