Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jun 28, 2024
1 parent 7a26cc5 commit 6f5e009
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cores",
"version": "0.20.0",
"version": "0.21.0",
"description": "Modern hardware monitor for Windows.",
"author": "Levminer",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion platforms/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cores"
version = "0.20.0"
version = "0.21.0"
description = "Cores - Modern hardware monitor for Windows"
authors = ["Lőrik Levente"]
edition = "2021"
Expand Down
3 changes: 0 additions & 3 deletions platforms/core/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
"wix": {
"fragmentPaths": ["wix/service.wxs"],
"componentRefs": ["ServiceEntry"]
},
"webviewInstallMode": {
"type": "skip"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/windows/service/service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>CoresService</AssemblyName>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<PublishProfile>win10-x64.pubxml</PublishProfile>
<Version>0.20.0</Version>
<Version>0.21.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6f5e009

Please sign in to comment.