Skip to content

Commit

Permalink
Update to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helightdev committed Apr 14, 2022
1 parent cf2a750 commit 8d9352d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed cli/barrel.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions cli/bin/barrel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import 'startfiles.dart';
var dio = Dio();
var uuids = Uuid();

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

var helpMessage =
"""
Expand Down
2 changes: 1 addition & 1 deletion cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cli
description: A simple command-line application.
version: 1.0.0
version: 1.0.3
# homepage: https://www.example.com

environment:
Expand Down

0 comments on commit 8d9352d

Please sign in to comment.