Skip to content

Commit 45d912a

Browse files
chore(release): v1.0.5
1 parent 94489c2 commit 45d912a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "folio-extension",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineManifest({
77
manifest_version: 3,
88
name: '__MSG_appName__',
99
description: '__MSG_appDescription__',
10-
version: '1.0.4',
10+
version: '1.0.5',
1111
key: STABLE_EXTENSION_KEY,
1212
default_locale: 'en',
1313
action: {

0 commit comments

Comments
 (0)