Skip to content

Commit

Permalink
release(window): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 12, 2024
1 parent 70516ba commit 7b8edb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
},
"window": {
"icon": true,
"version": "0.1.0",
"version": "0.1.1",
"style": true,
"test": true,
"install": false,
Expand Down
2 changes: 1 addition & 1 deletion src/window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "window",
"version": "0.1.0",
"version": "0.1.1",
"description": "HTML5 window manager",
"luna": {
"icon": true
Expand Down
1 change: 1 addition & 0 deletions src/window/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
.resizer {
@include fill-window;
touch-action: none;
z-index: 5000;
}

.title-bar {
Expand Down

0 comments on commit 7b8edb2

Please sign in to comment.