Skip to content

Commit d71c736

Browse files
committed
Bump version to v9
1 parent 8b4903f commit d71c736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Rounded Window Corners",
33
"description": "Add rounded corners for all windows",
44
"uuid": "rounded-window-corners@yilozt",
5-
"version": "8",
5+
"version": "9",
66
"url": "https://github.com/yilozt/rounded-window-corners",
77
"shell-version": ["40", "41", "42", "43"]
88
}

resources/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.shadow {
2-
box-shadow: 0px 0px 0px 0px rgba(83, 83, 83, 0.205);
2+
box-shadow: 0px 0px 0px 0px rgba(83, 83, 83, 0.0);
33
transition-duration: 300ms;
44
transition-property: box-shadow;
55
transition-timing-function: linear;

0 commit comments

Comments
 (0)