Skip to content

Commit 76c7de4

Browse files
committed
Bump installer version
1 parent c960037 commit 76c7de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/flintmc/gradle/extension/FlintSelfInstallerExtension.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
*/
3131
public class FlintSelfInstallerExtension implements Configurable<FlintSelfInstallerExtension> {
3232
/**
33-
* Default self installer dependency notation. Defaults to the in house provided installer solution.
33+
* Default self installer dependency notation. Defaults to the in house provided installer solution.1
3434
*/
35-
public static final String DEFAULT_SELF_INSTALLER_DEPENDENCY = "net.flintmc.installer:frontend-gui:1.1.12";
35+
public static final String DEFAULT_SELF_INSTALLER_DEPENDENCY = "net.flintmc.installer:frontend-gui:2.0.2";
3636

3737
/**
3838
* Default self installer dependency main class. Defaults to the main class of the in house provided solution.

0 commit comments

Comments
 (0)