Skip to content

Commit

Permalink
Bump to V7
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Docker container labels have been renamed:

from: dockerDash.*
to: plugsy.*

example:
    plugsy.name: "Todo"
    plugsy.category: "Home"
    plugsy.icon: "@styled-icons/fa-solid/Horse"
    plugsy.link: https://my.vikunja.com
  • Loading branch information
Inlustra committed Nov 30, 2021
1 parent 7170439 commit 1b3090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "6.0.0",
"version": "7.0.0",
"workspaces": [
"packages/*"
],
Expand Down

0 comments on commit 1b3090a

Please sign in to comment.