Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
syd711 committed Sep 30, 2022
1 parent 1adf8ae commit 2299da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/mephisto/vpin/extensions/Updater.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class Updater {
private final static Logger LOG = LoggerFactory.getLogger(Updater.class);

private final static String VERSION = "1.0.6";
private final static String VERSION = "1.0.7";
private final static String BASE_URL = "https://github.com/syd711/vpin-extensions/releases/download/%s/";
private final static String VERSION_PROPERTIES = "https://raw.githubusercontent.com/syd711/vpin-extensions/main/version.properties";

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.6
version=1.0.7

0 comments on commit 2299da9

Please sign in to comment.