Skip to content

Commit 81b4e5f

Browse files
committed
set version back to 0.3.0
1 parent 010a35c commit 81b4e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.savant

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jackson5Version = "3.0.1"
1717
restifyVersion = "4.2.0"
1818
testngVersion = "7.8.0"
1919

20-
project(group: "io.fusionauth", name: "java-http", version: "0.2.11", licenses: ["ApacheV2_0"]) {
20+
project(group: "io.fusionauth", name: "java-http", version: "0.3.0", licenses: ["ApacheV2_0"]) {
2121
workflow {
2222
fetch {
2323
// Dependency resolution order:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.fusionauth</groupId>
44
<artifactId>java-http</artifactId>
5-
<version>0.2.11</version>
5+
<version>0.3.0</version>
66
<packaging>jar</packaging>
77

88
<name>Java HTTP library (client and server)</name>

0 commit comments

Comments
 (0)