Skip to content

Commit d5fa71a

Browse files
committed
Update 1.19
1 parent 38137eb commit d5fa71a

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
</a>
2020
</p>
2121
<p align="center">
22+
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
23+
<img alt="version" src="https://img.shields.io/badge/supports-1.19-blueviolet"/>
24+
</a>
2225
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
2326
<img alt="version" src="https://img.shields.io/badge/supports-1.18.2-blueviolet"/>
2427
</a>

cli/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
build/
77

88
# Generated files
9-
barrel.exe
9+
bin/barrel
1010
barrel

cli/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
- Update installer url
1212

1313
## 1.0.4+2
14-
- Update Readme
14+
- Update Readme
15+
16+
## 1.0.5
17+
- Add minecraft version 1.19

cli/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
</a>
2020
</p>
2121
<p align="center">
22+
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
23+
<img alt="version" src="https://img.shields.io/badge/supports-1.19-blueviolet"/>
24+
</a>
2225
<a href="https://getbukkit.org/get/RD0y91OTotryPrElNQe4ovBLDNweoO5Z/">
2326
<img alt="version" src="https://img.shields.io/badge/supports-1.18.2-blueviolet"/>
2427
</a>

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.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"];
18+
var spigotVersions = ["1.19", "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", "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: barrel
22
description: A command-line utility for installing and running minecraft, as well as creating dockerized minecraft-server images.
3-
version: 1.0.4+2
3+
version: 1.0.5
44
homepage: https://github.com/hoppermc/Barrel
55
repository: https://github.com/hoppermc/Barrel
66

0 commit comments

Comments
 (0)