Skip to content

Commit b245c03

Browse files
committed
Bump major version
1 parent 5e0bd40 commit b245c03

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

source/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Unclutter - Immersive Reading Mode",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Remove distractions from articles, but keep their original design.",
55
"homepage_url": "https://github.com/lindylearn/unclutter",
66
"manifest_version": 3,

source/manifest_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Unclutter - Immersive Reading Mode",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Remove distractions from articles, but keep their original design.",
55
"homepage_url": "https://github.com/lindylearn/unclutter",
66
"icons": {

source/settings-page/Options.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function OptionsPage({}) {
189189
}
190190
>
191191
<p>
192-
Click the underlined text on 24.795 supported articles
192+
Click the underlined text on 55.688 supported articles
193193
to show related conversations from Hacker News and
194194
Hypothes.is (
195195
<a

source/versions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
},
66
{
77
"version": "0.13.0",
8-
"updateMessage": "Update: Annotations work better and turn up on the page outline. Redesigned article UI."
8+
"updateMessage": "New feature: Annotations work better and turn up on the page outline. Redesigned article UI."
99
},
1010
{
1111
"version": "0.14.0",
1212
"updateMessage": "New feature: Showing social highlights from Hacker News and Hypothes.is."
13+
},
14+
{
15+
"version": "0.15.0",
16+
"updateMessage": "New update: Article unclutter animation and stability improvements."
1317
}
1418
]

0 commit comments

Comments
 (0)