We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef2a87 commit 64537bfCopy full SHA for 64537bf
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "pop-manager",
3
"private": true,
4
- "version": "1.1.0",
+ "version": "1.2.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pop-manager"
-version = "1.1.0"
+version = "1.2.0"
description = "PoPManager - Open-source ASIC miner management by Proof of Prints"
authors = ["Proof of Prints"]
license = "MIT"
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "PoPManager",
"identifier": "com.proofofprints.popmanager",
"build": {
"frontendDist": "../dist",
0 commit comments