mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Bump version to 1.0.0-beta.2
- Update version in version.xcconfig - Update CHANGELOG.md with race condition fix
This commit is contained in:
parent
10598a1305
commit
39720c7229
2 changed files with 3 additions and 2 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
- Fixed window front order when dock icon is hidden
|
- Fixed window front order when dock icon is hidden
|
||||||
- Fixed PTY service enhancements with proper async operations
|
- Fixed PTY service enhancements with proper async operations
|
||||||
|
- Fixed race condition in session creation that caused frontend to open previous session
|
||||||
|
|
||||||
## [1.0.0-beta.1] - 2025-06-17
|
## [1.0.0-beta.1] - 2025-06-17
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// 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-beta.1
|
MARKETING_VERSION = 1.0-beta.2
|
||||||
CURRENT_PROJECT_VERSION = 103
|
CURRENT_PROJECT_VERSION = 104
|
||||||
|
|
||||||
// Domain and GitHub configuration
|
// Domain and GitHub configuration
|
||||||
APP_DOMAIN = vibetunnel.sh
|
APP_DOMAIN = vibetunnel.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue