diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f600cd1..8bb12bd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -62,4 +62,5 @@ jobs: releaseBody: "See the assets to download this version and install." releaseDraft: true prerelease: false + updaterJsonPreferNsis: true args: ${{ matrix.args }} diff --git a/package.json b/package.json index 9a62d74..5b97f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vigi", - "version": "1.0.0-pre0", + "version": "0.0.0", "description": "Browser for dalet, text, gemtext (gemini protocol included) with native support of txtdot proxy and local txtdot engines", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 17d7548..6df005b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3648,7 +3648,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vigi" -version = "1.0.0-pre0" +version = "0.0.0" dependencies = [ "dalet", "reqwest", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3f7bac5..f036481 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vigi" -version = "1.0.0-pre0" +version = "0.0.0" description = "Browser for dalet, text, gemtext (gemini protocol included) with native support of txtdot proxy and local txtdot engines" authors = ["artegoser"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ce50e89..567e3ba 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "vigi", - "version": "1.0.0-pre0" + "version": "1.0.0-pre.0" }, "tauri": { "updater": {