Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit caa5080

Browse files
committed
Release 0.7.2
1 parent 242a3c6 commit caa5080

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edex-ui",
33
"productName": "eDEX-UI",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"description": "A science fiction desktop running everywhere. Awesome.",
66
"keywords": [
77
"desktop",
@@ -87,6 +87,6 @@
8787
"electron-builder": "19.54.0",
8888
"electron-rebuild": "1.7.3",
8989
"node-json-minify": "1.0.0",
90-
"uglify-es": "3.3.7"
90+
"uglify-es": "3.3.8"
9191
}
9292
}

src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html, body {
66
overflow: hidden;
77
}
88
body {
9-
/*cursor: none !important;*/
9+
cursor: none !important;
1010
user-select: none !important;
1111
padding-top: 1.85vh;
1212
color: rgb(var(--color_r), var(--color_g), var(--color_b));

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edex-ui",
33
"productName": "eDEX-UI",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"description": "A science fiction desktop running everywhere. Awesome.",
66
"keywords": [
77
"desktop",

0 commit comments

Comments
 (0)