Skip to content

Commit 475ca11

Browse files
committed
bump version
1 parent 4f5ceaf commit 475ca11

File tree

4 files changed

+28
-24
lines changed

4 files changed

+28
-24
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "tauri-appcenter-companion",
33
"private": false,
4-
"version": "0.3.2",
4+
"repository": "https://github.com/zenoxs/tauri-appcenter-companion",
5+
"version": "0.3.3",
6+
"license": "GPL-3.0",
7+
"author": "Amaury CIVIER",
58
"scripts": {
69
"dev": "vite",
710
"build": "tsc && vite build",

src-tauri/Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "app"
3-
version = "0.1.0"
4-
description = "A Tauri App"
5-
authors = ["you"]
6-
license = ""
7-
repository = ""
8-
default-run = "app"
2+
name = "tauri-appcenter-companion"
3+
version = "0.3.3"
4+
description = "Companion app for Appcenter"
5+
authors = ["Amaury CIVIER"]
6+
license = "GPL-3.0"
7+
repository = "https://github.com/zenoxs/tauri-appcenter-companion"
8+
default-run = "tauri-appcenter-companion"
99
edition = "2021"
1010
rust-version = "1.57"
1111

src-tauri/tauri.conf.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "AC Companion",
4-
"version": "0.3.2"
4+
"version": "0.3.3"
55
},
66
"build": {
77
"distDir": "../dist",
@@ -77,7 +77,8 @@
7777
"resizable": true,
7878
"decorations": true,
7979
"fullscreen": false,
80-
"visible": false
80+
"visible": false,
81+
"focus": true
8182
}
8283
],
8384
"security": {

0 commit comments

Comments
 (0)