mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-22 14:06:02 +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
|
||||
- Fixed window front order when dock icon is hidden
|
||||
- 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,8 +1,8 @@
|
|||
// VibeTunnel Version Configuration
|
||||
// This file contains the version and build number for the app
|
||||
|
||||
MARKETING_VERSION = 1.0-beta.1
|
||||
CURRENT_PROJECT_VERSION = 103
|
||||
MARKETING_VERSION = 1.0-beta.2
|
||||
CURRENT_PROJECT_VERSION = 104
|
||||
|
||||
// Domain and GitHub configuration
|
||||
APP_DOMAIN = vibetunnel.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue