diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index 73f3eea..0be180c 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -53,7 +53,9 @@ jobs: - name: Get Version id: get_version - run: echo "VERSION=$(node -p \"require('./package.json').version\")" >> $GITHUB_ENV + run: | + VERSION=$(node -p "require('./package.json').version") + echo "VERSION=$VERSION" >> $GITHUB_ENV #- name: Update Version # id: update_version diff --git a/manifest.json b/manifest.json index b0e30e1..724d072 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "insta-toc", "name": "Insta TOC", - "version": "2.0.15", + "version": "2.0.16", "minAppVersion": "0.15.0", "description": "Simultaneously generate, update, and maintain a table of contents for your notes.", "author": "Nick C.", diff --git a/package.json b/package.json index 3126181..64e8034 100644 --- a/package.json +++ b/package.json @@ -42,4 +42,4 @@ "dependencies": { "deepmerge-ts": "7.1.3" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 53ac37a..a7d6525 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "2.0.12": "0.15.0", "2.0.13": "0.15.0", "2.0.14": "0.15.0", - "2.0.15": "0.15.0" + "2.0.15": "0.15.0", + "2.0.16": "0.15.0" } \ No newline at end of file