Skip to content

Commit

Permalink
Updated the version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Jun 26, 2023
1 parent b895517 commit 5bb68d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.gnmyt</groupId>
<artifactId>MCDash</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MinecraftDashboard
main: de.gnmyt.mcdash.MinecraftDashboard
version: 1.1.0
version: 1.1.1
api-version: 1.13
description: MCDash is a simple dashboard for your Minecraft server.
author: GNMYT
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webui",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5bb68d5

Please sign in to comment.