We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086ebc5 commit 75aba77Copy full SHA for 75aba77
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nodenet",
3
"private": true,
4
- "version": "0.8.6",
+ "version": "0.8.7",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nodenet"
-version = "0.8.6"
+version = "0.8.7"
description = "macOS desktop VPN server controller and monitor"
authors = ["NodeNet"]
edition = "2021"
src-tauri/tauri.conf.json
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "NodeNet",
"identifier": "com.nodenet.app",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments