Skip to content

Commit 5bb68d5

Browse files
committed
Updated the version to 1.1.1
1 parent b895517 commit 5bb68d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.gnmyt</groupId>
88
<artifactId>MCDash</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: MinecraftDashboard
22
main: de.gnmyt.mcdash.MinecraftDashboard
3-
version: 1.1.0
3+
version: 1.1.1
44
api-version: 1.13
55
description: MCDash is a simple dashboard for your Minecraft server.
66
author: GNMYT

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webui",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)