Skip to content

Commit 5bf6d1e

Browse files
committed
Release 0.1.0
1 parent 639b6ef commit 5bf6d1e

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

manifest.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "lynk",
33
"name": "Lynk",
4-
"version": "0.0.4",
4+
"version": "0.1.0",
55
"description": "Import your brokerage accounts",
66
"author": "6ameDev",
77
"main": "dist/addon.js",
@@ -10,10 +10,15 @@
1010
"permissions": [
1111
{
1212
"category": "ui",
13-
"functions": ["sidebar.addItem"],
13+
"functions": [
14+
"sidebar.addItem"
15+
],
1416
"purpose": "Add navigation items to the sidebar"
1517
}
1618
],
17-
"keywords": ["wealthfolio", "addon"],
19+
"keywords": [
20+
"wealthfolio",
21+
"addon"
22+
],
1823
"license": "MIT"
1924
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wealthfolio-lynk-addon",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "Import your brokerage accounts",
55
"type": "module",
66
"main": "dist/addon.js",

0 commit comments

Comments
 (0)