Skip to content

Commit 07efeb3

Browse files
committed
Bump version to 1.3.0
Signed-off-by: Felvesthe <23108389+Felvesthe@users.noreply.github.com>
1 parent 2c961c9 commit 07efeb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "note-locker",
33
"name": "Note Locker",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"minAppVersion": "0.15.0",
66
"description": "Lock notes to open in preview mode by default.",
77
"author": "Felvesthe",
88
"authorUrl": "https://github.com/Felvesthe",
99
"isDesktopOnly": false
10-
}
10+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "note-locker",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Lock notes to open in preview mode by default.",
55
"main": "main.js",
66
"scripts": {
@@ -21,4 +21,4 @@
2121
"tslib": "2.4.0",
2222
"typescript": "4.7.4"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)