Skip to content

Commit 89901ef

Browse files
authored
fix(version): Fixing version number (#1297)
1 parent 247b892 commit 89901ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
release-type: node
105105
skip-github-release: true
106106
skip-labeling: true
107+
extra-files: |
108+
add-on/manifest.common.json
107109
108110
release-assets:
109111
runs-on: ubuntu-latest

add-on/manifest.common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_manifest_extensionName__",
44
"short_name": "__MSG_manifest_shortExtensionName__",
5-
"version": "3.0.1",
5+
"version": "3.1.0",
66
"description": "__MSG_manifest_extensionDescription__",
77
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
88
"author": "IPFS Community",

0 commit comments

Comments
 (0)