diff options
| author | haoyuren <13851610112@163.com> | 2026-07-30 09:01:07 +0800 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-07-30 09:01:07 +0800 |
| commit | 06a972b0f72930ae29d5388764062b83285d39fc (patch) | |
| tree | 1a4928654e33404ced6cc0c35eb5bac8c5d4be06 | |
| parent | 7297f7c339186f8af50f4f0ed3734e4ad4b47aed (diff) | |
Release v0.5.0v0.5.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| -rw-r--r-- | package-lock.json | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index efeb6be..20f6cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lattex", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lattex", - "version": "0.4.0", + "version": "0.5.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 8d7be13..5920293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lattex", - "version": "0.4.0", + "version": "0.5.0", "description": "LaTeX editor with real-time Overleaf sync", "license": "AGPL-3.0", "author": "Yuren Hao", |
