Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
syd711 committed Oct 15, 2022
1 parent 8913767 commit 39d2ca1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/card-generator.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Oct 14 15:26:47 CEST 2022
#Sat Oct 15 12:54:33 CEST 2022
card.alphacomposite.black=5
card.alphacomposite.white=0
card.background=Old Bumbers.jpg
Expand Down
2 changes: 1 addition & 1 deletion resources/overlay-generator.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Oct 14 15:26:46 CEST 2022
#Sat Oct 15 12:54:33 CEST 2022
overlay.alphacomposite.black=0
overlay.alphacomposite.white=0
overlay.background=background4k.jpg
Expand Down
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.7";
private final static String VERSION = "1.0.8";
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.7
version=1.0.8

0 comments on commit 39d2ca1

Please sign in to comment.