Skip to content

Commit e39f973

Browse files
committed
bump version
1 parent ce6184b commit e39f973

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tauri-appcenter-companion",
33
"private": false,
44
"repository": "https://github.com/zenoxs/tauri-appcenter-companion",
5-
"version": "0.3.4",
5+
"version": "0.3.5",
66
"license": "GPL-3.0",
77
"author": "Amaury CIVIER",
88
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-appcenter-companion"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "Companion app for Appcenter"
55
authors = ["Amaury CIVIER"]
66
license = "GPL-3.0"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "AC Companion",
4-
"version": "0.3.4"
4+
"version": "0.3.5"
55
},
66
"build": {
77
"distDir": "../dist",

0 commit comments

Comments
 (0)