Commit b7ef30f
authored
fix: read version from package.json instead of hardcoded value (#111)
Remove the hardcoded '0.5.3' in UpdateService.getCurrentVersion() and
instead import version from package.json, following the same pattern
already used in GeneralPanel.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent bc063c5 commit b7ef30f
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments