From 769c201063909b084117bfb4db1df96ce310464d Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:30:35 -0400 Subject: [PATCH] fix(version): Fixing version number --- .github/workflows/ci.yml | 2 ++ add-on/manifest.common.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db35febdd..22df6c44f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/add-on/manifest.common.json b/add-on/manifest.common.json index 5e4de2d19..e2bb01ea9 100644 --- a/add-on/manifest.common.json +++ b/add-on/manifest.common.json @@ -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",