Skip to content

Commit 01e405c

Browse files
committed
Bump version to 0.5.0
1 parent eb77e26 commit 01e405c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The library also supports the Lite API, see the [Lite API section](#lite-api) fo
3636
<dependency>
3737
<groupId>io.ipinfo</groupId>
3838
<artifactId>ipinfo-spring</artifactId>
39-
<version>0.4.0</version>
39+
<version>0.5.0</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.ipinfo</groupId>
88
<artifactId>ipinfo-spring</artifactId>
9-
<version>0.4.0</version>
9+
<version>0.5.0</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

testapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.ipinfo</groupId>
2727
<artifactId>ipinfo-spring</artifactId>
28-
<version>0.4.0</version>
28+
<version>0.5.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
</dependencies>

0 commit comments

Comments
 (0)