We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026a5fe commit 1db7477Copy full SHA for 1db7477
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>de.gnmyt</groupId>
8
<artifactId>MCDash</artifactId>
9
- <version>1.1.1</version>
+ <version>1.1.2</version>
10
11
<properties>
12
<maven.compiler.source>8</maven.compiler.source>
src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
1
name: MinecraftDashboard
2
main: de.gnmyt.mcdash.MinecraftDashboard
3
-version: 1.1.1
+version: 1.1.2
4
api-version: 1.13
5
description: MCDash is a simple dashboard for your Minecraft server.
author: GNMYT
webui/package.json
@@ -1,7 +1,7 @@
{
"name": "webui",
"private": true,
- "version": "1.1.1",
+ "version": "1.1.2",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments