Skip to content

Commit

Permalink
Updated the plugin version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Jul 3, 2023
1 parent 4ac43c9 commit cdcc6d7
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.3</version>
<version>1.1.4</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.3
version: 1.1.4
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.3",
"version": "1.1.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit cdcc6d7

Please sign in to comment.