Skip to content

Commit 231c6bb

Browse files
committed
release: v0.17.6
1 parent 37e081f commit 231c6bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlight",
3-
"version": "0.17.5",
3+
"version": "0.17.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "0.17.5"
3+
version = "0.17.6"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "GitLight",
11-
"version": "0.17.5"
11+
"version": "0.17.6"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)