mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
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:
parent
dd4db5ab07
commit
b868653613
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// VibeTunnel Version Configuration
|
||||
// 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
|
||||
|
||||
// Domain and GitHub configuration
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"main": "dist/server/server.js",
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"main": "lib/cli.js",
|
||||
"bin": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue