Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meshmonitor-desktop",
"private": true,
"version": "3.10.0-RC7",
"version": "3.10.0-RC8",
"type": "module",
"scripts": {
"tauri": "tauri",
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "MeshMonitor",
"version": "3.10.0-RC7",
"version": "3.10.0-RC8",
"identifier": "org.meshmonitor.desktop",
"build": {
"beforeBuildCommand": "",
Expand Down
4 changes: 2 additions & 2 deletions helm/meshmonitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: meshmonitor
description: A Helm chart for MeshMonitor - Web application for monitoring Meshtastic mesh networks
type: application
version: 3.10.0-RC7
appVersion: "3.10.0-RC7"
version: 3.10.0-RC8
appVersion: "3.10.0-RC8"
home: https://github.com/Yeraze/meshmonitor
sources:
- https://github.com/Yeraze/meshmonitor
Expand Down
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": "meshmonitor",
"version": "3.10.0-RC7",
"version": "3.10.0-RC8",
"description": "Web application for monitoring Meshtastic nodes over IP",
"license": "BSD-3-Clause",
"private": true,
Expand Down
Loading