Skip to content

Commit abee9fd

Browse files
committed
Bump 0.10.3
1 parent b31c3a9 commit abee9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "better-word-count",
33
"name": "Better Word Count",
4-
"version": "0.10.2",
4+
"version": "0.10.3",
55
"description": "Counts the words of selected text in the editor.",
66
"author": "Luke Leppan",
77
"authorUrl": "https://lukeleppan.com",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-word-count",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Counts the words of selected text in the editor.",
55
"main": "main.js",
66
"types": "src/api.d.ts",

0 commit comments

Comments
 (0)