Skip to content

Commit 404e536

Browse files
committed
bump version also on cargo
1 parent 5d615af commit 404e536

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "angor"
3-
version = "0.0.80"
3+
version = "0.0.81"
44
description = "Angor"
55
authors = ["Blockcore"]
66
edition = "2021"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Angor",
4-
"version": "0.0.80",
4+
"version": "0.0.81",
55
"identifier": "io.angor.app",
66
"build": {
77
"beforeDevCommand": "dotnet watch run --project src/Angor/Client/Angor.Client.csproj",

0 commit comments

Comments
 (0)