From 98ccefb6305c50f896cffa21002fec2b1759d9c3 Mon Sep 17 00:00:00 2001 From: iLiftALot Date: Wed, 13 Nov 2024 03:35:23 -0500 Subject: [PATCH] Version name adjustment pre-Obsidian plugin publish --- .DS_Store | Bin 6148 -> 8196 bytes .github/workflows/release_publish.yml | 4 ++-- manifest.json | 2 +- package.json | 2 +- versions.json | 4 +++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.DS_Store b/.DS_Store index 3495db75106ec52330469f9e55c7f4016c0a9156..000c6b1359d9c9ad6ddda1ecf836a8e3bcce539a 100644 GIT binary patch literal 8196 zcmeHMJx>%t7=8y1JcR@*MYNa>3S)v4(7C`GVz4k$8{zKAVY0_wxVyq`W6yu!2blN= zY-~vA=rp-0BC4Y?F3zEw zU>xUGvMJ}$K!tj0^_oc|O_NflI79(aKok%KL;+FYUr_*iHe0=7-?vfeMFCOZzf^$V z4;qaza+p~(uMTwP2mq|XZ4B3od;!!BBZrwqL}1F60&S^sM+{}l;nyxNa+q1P<)qx< zL%EriJE15uJI2>0om6B|dQm_WC@Y}hs?l?5(?{z2=l78_X|L@!(@xja>hq_5K_`vl zMv^w*tDjw6e%m{}*b3vVYvbKxZ|rq5#l4&i9n*js!R++lGe#fF@HssD_2c`l&?i+~@N3;ghY`mdjX9!K5lD;IR;48Z1%^OVleC ziC=^xXF!bJ4gHu;YPG(*`6gc^H()0%2u+FyWat1x(+qVW2-hFx&kWO8_!Q{&C?2-2%k}Bb{eJo4PuDzCm1Fz#Z<6od&f_l`sL(WYJ*8%TE1oOVb$PW& z_GvEf{mdUbHw&zl<&?Ban9hh#4l^@JRD8K@0`i!>~D?X9hC> Dnl%#i diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index 93fda12..ffbec21 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -85,8 +85,8 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v2.1.0 with: - tag_name: "v${{ steps.update_version.outputs.new_version }}" - name: "Release v${{ steps.update_version.outputs.new_version }}" + tag_name: "${{ steps.update_version.outputs.new_version }}" + name: "${{ steps.update_version.outputs.new_version }}" body: | Automated release of version v${{ steps.update_version.outputs.new_version }}. diff --git a/manifest.json b/manifest.json index db5c7be..ccbbe24 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "insta-toc", "name": "Insta TOC", - "version": "2.0.4", + "version": "2.0.6", "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 b7af91c..3cc806b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insta-toc", - "version": "2.0.5", + "version": "2.0.6", "description": "Simultaneously generate, update, and maintain a table of contents for your notes.", "repository": { "directory": ".", diff --git a/versions.json b/versions.json index c68a809..4badad5 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,7 @@ "2.0.1": "0.15.0", "2.0.2": "0.15.0", "2.0.3": "0.15.0", - "2.0.4": "0.15.0" + "2.0.4": "0.15.0", + "2.0.5": "0.15.0", + "2.0.6": "0.15.0" }