Skip to content

Commit b7c5b7f

Browse files
committed
Really bump v0.2.1
1 parent 198a2a9 commit b7c5b7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

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

77
<groupId>com.boomaa</groupId>
88
<artifactId>open-ds</artifactId>
9-
<version>v0.2.1-SNAPSHOT</version>
9+
<version>v0.2.1</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/com/boomaa/opends/display/DisplayEndpoint.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ private static void checkForUpdates() {
185185
try {
186186
HttpURLConnection connection = (HttpURLConnection) new URL("https://github.com/Boomaa23/open-ds/releases/latest").openConnection();
187187
connection.setConnectTimeout(1000);
188+
connection.setUseCaches(false);
188189
connection.setInstanceFollowRedirects(false);
189190
switch (connection.getResponseCode()) {
190191
case HttpURLConnection.HTTP_MOVED_PERM:

0 commit comments

Comments
 (0)