Skip to content

Commit

Permalink
Version name adjustment pre-Obsidian plugin publish
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiftALot committed Nov 13, 2024
1 parent 2bc3503 commit 98ccefb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: Create GitHub Release
uses: softprops/[email protected]
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 }}.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": ".",
Expand Down
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 98ccefb

Please sign in to comment.