Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sestriel committed Nov 7, 2024
1 parent 9fb6396 commit cef39a7
Show file tree
Hide file tree
Showing 3 changed files with 817 additions and 892 deletions.
11 changes: 8 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "ntfy",
"version": "0.3.0",
"version": "0.3.1",
"news": {
"0.3.0": {
"en": "Added URL-Attachments\nAdded Click-URL\nAdded Actionbuttons (View & HTTP)\nAdded Tags\n\nRemoved wrong error messages\nRestructuring.",
Expand Down Expand Up @@ -103,6 +103,7 @@
"pushnotification",
"push",
"notification",
"message",
"ntfy"
],
"license": "MIT",
Expand All @@ -121,17 +122,21 @@
"dataSource": "push",
"blockly": true,
"messagebox": true,
"supportedMessages": {
"custom": true,
"notifications": true
},
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
"admin": ">=6.1.6"
}
]
},
Expand Down
Loading

0 comments on commit cef39a7

Please sign in to comment.