Skip to content

Commit

Permalink
fix(version): Fixing version number (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid committed Sep 25, 2023
1 parent 247b892 commit 89901ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
release-type: node
skip-github-release: true
skip-labeling: true
extra-files: |
add-on/manifest.common.json
release-assets:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion add-on/manifest.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_manifest_extensionName__",
"short_name": "__MSG_manifest_shortExtensionName__",
"version": "3.0.1",
"version": "3.1.0",
"description": "__MSG_manifest_extensionDescription__",
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
"author": "IPFS Community",
Expand Down

0 comments on commit 89901ef

Please sign in to comment.