Skip to content

Commit 8cfc9eb

Browse files
committed
Release v1.4.3
1 parent 922d685 commit 8cfc9eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "discourse-graphs",
33
"name": "Discourse Graph",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"minAppVersion": "1.7.0",
66
"description": "Add semantic structure to your notes with the Discourse Graph protocol.",
77
"author": "Discourse Graphs",

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ const createGithubRelease = async ({
574574
const octokit = new Octokit({ auth: token });
575575
const owner = OWNER;
576576
const repo = REPO;
577-
const tagName = `v${version}`;
577+
const tagName = `${version}`;
578578
const releaseTitle = releaseName || `Discourse Graph v${version}`;
579579
const isPrerelease = !isExternalRelease(version);
580580

0 commit comments

Comments
 (0)