Update version from beta.15.1 to beta.16

- Update package.json to 1.0.0-beta.16
- Update package.npm.json to 1.0.0-beta.16
- Update mac/VibeTunnel/version.xcconfig to 1.0.0-beta.16
- Update ios/VibeTunnel/version.xcconfig to 1.0.0-beta.16
This commit is contained in:
Peter Steinberger 2025-08-02 03:11:09 +02:00
parent dd4db5ab07
commit b868653613
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
// VibeTunnel Version Configuration // VibeTunnel Version Configuration
// This file contains the version and build number for the app // This file contains the version and build number for the app
MARKETING_VERSION = 1.0.0-beta.15.2 MARKETING_VERSION = 1.0.0-beta.16
CURRENT_PROJECT_VERSION = 160 CURRENT_PROJECT_VERSION = 160
// Domain and GitHub configuration // Domain and GitHub configuration

View file

@ -1,6 +1,6 @@
{ {
"name": "vibetunnel", "name": "vibetunnel",
"version": "1.0.0-beta.15.2", "version": "1.0.0-beta.16",
"description": "Terminal sharing server with web interface - supports macOS, Linux, and headless environments", "description": "Terminal sharing server with web interface - supports macOS, Linux, and headless environments",
"main": "dist/server/server.js", "main": "dist/server/server.js",
"bin": { "bin": {

View file

@ -1,6 +1,6 @@
{ {
"name": "vibetunnel", "name": "vibetunnel",
"version": "1.0.0-beta.15.2", "version": "1.0.0-beta.16",
"description": "Terminal sharing server with web interface - supports macOS, Linux, and headless environments", "description": "Terminal sharing server with web interface - supports macOS, Linux, and headless environments",
"main": "lib/cli.js", "main": "lib/cli.js",
"bin": { "bin": {