Skip to content

Commit

Permalink
Update icon name to owd-client 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hacklover committed Nov 18, 2020
1 parent 27dc0bd commit 8f10786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions client/module.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "todo",
"version": "2.0.0",
"version": "2.0.1",
"singleton": true,
"autostart": true,
"windows": [
{
"name": "WindowTodo",
"title": "To-do list",
"icon": "format-list-bulleted",
"icon": "mdi-format-list-bulleted",
"window": {
"menu": true,
"closed": true,
Expand All @@ -21,11 +21,5 @@
"z": 0
}
}
],
"license": "MIT",
"homepage": "https://github.com/hacklover/owd-todo",
"author": {
"name": "hacklover",
"url": "https://hacklover.net"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owd-todo",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"homepage": "https://github.com/hacklover/owd-todo",
"author": {
Expand Down

0 comments on commit 8f10786

Please sign in to comment.