Skip to content

Commit

Permalink
Updated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
notangelmario committed Nov 8, 2023
1 parent ee1d9b5 commit 9709e4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "marker",
"private": true,
"author": "Savin Angel-Mario ([email protected])",
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Marker",
"version": "1.5.0"
"version": "1.5.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 9709e4b

Please sign in to comment.