Skip to content

Commit 7b168cb

Browse files
committed
chore(release): v0.8.1 – label style block placement, settings alignment, and styling polish under Show timezones
1 parent 0acf86d commit 7b168cb

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

manifest.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"id": "tokei",
3-
"name": "Tokei",
4-
"version": "0.8.0",
5-
"minAppVersion": "0.16.3",
6-
"description": "A simple clock.",
7-
"author": "HiroMike",
8-
"authorUrl": "https://github.com/ms3056",
9-
"isDesktopOnly": false,
10-
"fundingUrl": "https://buymeacoffee.com/mstam30561"
11-
}
12-
2+
"id": "tokei",
3+
"name": "Tokei",
4+
"version": "0.8.1",
5+
"minAppVersion": "0.16.3",
6+
"description": "A simple clock.",
7+
"author": "HiroMike",
8+
"authorUrl": "https://github.com/ms3056",
9+
"isDesktopOnly": false,
10+
"fundingUrl": "https://buymeacoffee.com/mstam30561"
11+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Tokei",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "A simple clock.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "0.15.0"
3-
}
2+
"1.0.0": "0.15.0",
3+
"0.8.1": "0.16.3"
4+
}

0 commit comments

Comments
 (0)