Skip to content

Commit

Permalink
fix(version): Fixing version number (#1297)
Browse files Browse the repository at this point in the history
whizzzkid authored Sep 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 247b892 commit 89901ef
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
@@ -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
2 changes: 1 addition & 1 deletion add-on/manifest.common.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 89901ef

Please sign in to comment.