Skip to content

Commit

Permalink
Update 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
helightdev committed Jul 26, 2022
1 parent 38137eb commit d5fa71a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
</a>
</p>
<p align="center">
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
<img alt="version" src="https://img.shields.io/badge/supports-1.19-blueviolet"/>
</a>
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
<img alt="version" src="https://img.shields.io/badge/supports-1.18.2-blueviolet"/>
</a>
Expand Down
2 changes: 1 addition & 1 deletion cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
build/

# Generated files
barrel.exe
bin/barrel
barrel
5 changes: 4 additions & 1 deletion cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
- Update installer url

## 1.0.4+2
- Update Readme
- Update Readme

## 1.0.5
- Add minecraft version 1.19
3 changes: 3 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
</a>
</p>
<p align="center">
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
<img alt="version" src="https://img.shields.io/badge/supports-1.19-blueviolet"/>
</a>
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
<img alt="version" src="https://img.shields.io/badge/supports-1.18.2-blueviolet"/>
</a>
Expand Down
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.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 spigotVersions = ["1.19", "1.18.2", "1.18.1", "1.17.1", "1.16.5", "1.12.2", "1.8.8"]; //Common versions
var javaVersions = ["17", "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: barrel
description: A command-line utility for installing and running minecraft, as well as creating dockerized minecraft-server images.
version: 1.0.4+2
version: 1.0.5
homepage: https://github.com/hoppermc/Barrel
repository: https://github.com/hoppermc/Barrel

Expand Down

0 comments on commit d5fa71a

Please sign in to comment.