Skip to content

Commit 8d9352d

Browse files
committed
Update to 1.18.2
1 parent cf2a750 commit 8d9352d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/barrel.exe

-6.76 MB
Binary file not shown.

cli/bin/barrel.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import 'startfiles.dart';
1515
var dio = Dio();
1616
var uuids = Uuid();
1717

18-
var spigotVersions = ["1.18.1", "1.17.1", "1.16.5", "1.12.2", "1.8.8"]; //Common versions
19-
var javaVersions = ["17", "16", "16", "16", "16"];
18+
var spigotVersions = ["1.18.2", "1.18.1", "1.17.1", "1.16.5", "1.12.2", "1.8.8"]; //Common versions
19+
var javaVersions = ["17", "17", "16", "16", "16", "16"];
2020

2121
var helpMessage =
2222
"""

cli/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cli
22
description: A simple command-line application.
3-
version: 1.0.0
3+
version: 1.0.3
44
# homepage: https://www.example.com
55

66
environment:

0 commit comments

Comments
 (0)