From 2614aea094421ca59c8fa44e048400b50ac80ecf Mon Sep 17 00:00:00 2001 From: Colin Lienard Date: Mon, 20 May 2024 19:03:35 +0200 Subject: [PATCH] release: v0.17.5 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 264ea5af..ea20b1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlight", - "version": "0.17.4", + "version": "0.17.5", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6641a8e4..1d0ed1d1 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -64,7 +64,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "app" -version = "0.17.4" +version = "0.17.5" dependencies = [ "cocoa 0.25.0", "devtools", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5b1e8236..fb628b09 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.17.4" +version = "0.17.5" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bdef941c..09f1e61f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "GitLight", - "version": "0.17.4" + "version": "0.17.5" }, "tauri": { "allowlist": {