Skip to content

Commit

Permalink
feat: update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed May 13, 2024
1 parent 841edd8 commit b196e65
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).

## 0.5.0
- Updated Rust and Typescript dependencies

## 0.4.0

- Add `Settings` page
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pachtop",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vite": "^4.3.5"
},
"packageManager": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.4.0"
version = "0.5.0"
description = "Cross-platform (Linux, WIndows, MacOS) Desktop GUI system monitor"
authors = ["Pacholo Amit"]
license = "MIT"
Expand Down
16 changes: 12 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pachtop",
"version": "0.4.0"
"version": "0.5.0"
},
"tauri": {
"systemTray": {
Expand Down Expand Up @@ -68,7 +68,13 @@
"depends": []
},
"externalBin": [],
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/[email protected]", "icons/icon.icns", "icons/icon.ico"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.pachtop.dev",
"longDescription": "",
"macOS": {
Expand All @@ -92,7 +98,9 @@
},
"updater": {
"active": true,
"endpoints": ["https://update.pachtop.com/releases/pachtop/{{target}}/{{current_version}}"],
"endpoints": [
"https://update.pachtop.com/releases/pachtop/{{target}}/{{current_version}}"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEM0NkIyODA1NThCM0I0MUEKUldRYXRMTllCU2hyeE9mSUx0MElJN2N5VFo5TytFV1RwaUtoaytDNVdmajNQMmlseVlYMGYzeUkK"
},
"windows": [
Expand All @@ -108,4 +116,4 @@
}
]
}
}
}

0 comments on commit b196e65

Please sign in to comment.