diff options
| author | haoyuren <13851610112@163.com> | 2026-07-28 05:19:12 +0800 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-07-28 05:19:12 +0800 |
| commit | 1ab00142191f4e3b94ba36d2a33914697864c892 (patch) | |
| tree | 0582183ba34790deb42188eed7bc09ea77d9e343 | |
| parent | 40207a1bda984ee6e65e3c5b48c73a52ed5d9b07 (diff) | |
Release v0.4.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 d398421..efeb6be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lattex", - "version": "0.3.9", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lattex", - "version": "0.3.9", + "version": "0.4.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index bbe0f95..8d7be13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lattex", - "version": "0.3.9", + "version": "0.4.0", "description": "LaTeX editor with real-time Overleaf sync", "license": "AGPL-3.0", "author": "Yuren Hao", |
