We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4348a3d commit c466a58Copy full SHA for c466a58
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [3.16.2](https://github.com/rcourtman/Pulse/compare/v3.16.1...v3.16.2) (2025-05-31)
2
+
3
+### Fixed
4
+- Corrected port number in installer output (shows 7655 instead of 3000)
5
6
## [3.16.1](https://github.com/rcourtman/Pulse/compare/v3.16.0...v3.16.1) (2025-05-31)
7
8
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "pulse",
- "version": "3.16.1",
+ "version": "3.16.2",
"description": "A lightweight monitoring application for Proxmox VE.",
"main": "server/index.js",
"scripts": {
0 commit comments