Skip to content

Commit

Permalink
Updated the plugin version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Sep 8, 2023
1 parent 0b5b084 commit 6404396
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 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.6</version>
<version>1.1.7</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.6
version: 1.1.7
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.6",
"version": "1.1.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
16 changes: 0 additions & 16 deletions webui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -832,13 +832,6 @@
"@codemirror/state" "^6.0.0"
"@codemirror/view" "^6.0.0"

"@uiw/codemirror-theme-atomone@^4.21.3":
version "4.21.3"
resolved "https://registry.npmjs.org/@uiw/codemirror-theme-atomone/-/codemirror-theme-atomone-4.21.3.tgz"
integrity sha512-287WliCgjhsMtl8sJrkPZLoiYOTqofketjYRw+w6+vp9ENuS9k1OOVPmwqh5vwRVOpQRnYP88S98oS/i23fNTg==
dependencies:
"@uiw/codemirror-themes" "4.21.3"

"@uiw/codemirror-theme-dracula@^4.21.13":
version "4.21.13"
resolved "https://registry.yarnpkg.com/@uiw/codemirror-theme-dracula/-/codemirror-theme-dracula-4.21.13.tgz#63dd60922f977190c73bd530b3152216b37c6ec8"
Expand All @@ -855,15 +848,6 @@
"@codemirror/state" "^6.0.0"
"@codemirror/view" "^6.0.0"

"@uiw/[email protected]":
version "4.21.3"
resolved "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.3.tgz"
integrity sha512-gB7jUP1SqAkvwOGt0hTpyw7xHMJkgDu5ODy+1qPHMU27IT425+GXJAHPKLHBuRL2+InnWJPMz9JXVrrJU32lLg==
dependencies:
"@codemirror/language" "^6.0.0"
"@codemirror/state" "^6.0.0"
"@codemirror/view" "^6.0.0"

"@uiw/react-codemirror@^4.21.3":
version "4.21.3"
resolved "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.21.3.tgz"
Expand Down

0 comments on commit 6404396

Please sign in to comment.