Skip to content

Commit 7041693

Browse files
committed
test: bump version to 1.15.5 to test desktop build workflow
This simulates an automated version update to verify that: - Desktop build workflow detects version changes in constants file - Desktop assets are included in GitHub releases - Unified versioning system works end-to-end
1 parent ac7af63 commit 7041693

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typelets-desktop",
3-
"version": "1.15.3",
3+
"version": "1.15.5",
44
"description": "Typelets Desktop - Secure Note Taking App",
55
"main": "dist/main.js",
66
"author": "Typelets Team",

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.15.4';
1+
export const APP_VERSION = '1.15.5';

0 commit comments

Comments
 (0)