diff --git a/manifest.json b/manifest.json index f9895bd..f38ede2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { "applicationId": "js.grassclipper.app", - "version": "0.9.2", + "version": "0.9.3", "resourcesURL": "https://github.com/Grasscutters/GrassClipper/releases/latest/download/resources.neu" } \ No newline at end of file diff --git a/neutralino.config.json b/neutralino.config.json index 480662e..8bc3a8c 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -1,6 +1,6 @@ { "applicationId": "js.grassclipper.app", - "version": "0.9.2", + "version": "0.9.3", "defaultMode": "window", "port": 0, "documentRoot": "/resources/", diff --git a/package.json b/package.json index 16f9abe..d17a6de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grassclipper", - "version": "0.9.2", + "version": "0.9.3", "repository": "https://github.com/Grasscutters/GrassClipper.git", "author": "SpikeHD ", "license": "Apache-2.0", diff --git a/resources/style/index.css b/resources/style/index.css index 0e1ebcd..893576f 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -613,7 +613,7 @@ img { color: #704a1d; position: absolute; - top: -10%; + top: -100%; left: 15%; background: linear-gradient(#ffc61e, #ffd326); border: 1px solid #704a1d;