diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1d0723..2b2fde6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. - releaseName: 'Marker v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. + tagName: "v__VERSION__" # This only works if your workflow triggers on new tags. + releaseName: 'Release v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'See the assets to download and install this version.' releaseDraft: true prerelease: false diff --git a/package.json b/package.json index d839386..06f2693 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "marker", "private": true, "author": "Savin Angel-Mario (savin@angelmario.eu)", - "version": "1.5.0", + "version": "1.5.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b138002..40e56c2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marker" -version = "1.5.0" +version = "1.5.1" description = "Marker is a minimalist web editor based on Monaco Editor" authors = ["Savin Angel-Mario"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 293d49c..37181c1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Marker", - "version": "1.5.0" + "version": "1.5.1" }, "tauri": { "allowlist": {