Skip to content

Commit

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

0 comments on commit dc2c230

Please sign in to comment.