Skip to content

Commit

Permalink
Bump to 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Jul 12, 2021
1 parent 48b46bf commit 3fdaa0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Changelog

## 10.5.0 (upcoming)
## 10.5.0 — “The XHTML Calculation” (July 12, 2021)

- Update LanguageTool to 5.4 (see [LT 5.4 release notes](https://github.com/languagetool-org/languagetool/blob/v5.4/languagetool-standalone/CHANGES.md#54-2021-06-25))
- Add support for XHTML (fixes [#342](https://github.com/valentjn/vscode-ltex/issues/342))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-ltex",
"displayName": "LTeX",
"version": "10.4.1-alpha.1.develop",
"version": "10.5.0",
"description": "Grammar/spell checker using LanguageTool with support for LaTeX, Markdown, and others",
"icon": "img/logo-ltex.png",
"author": "Julian Valentin",
Expand Down
6 changes: 3 additions & 3 deletions src/DependencyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ export default class DependencyManager {
+ 'vscode-ltex/docs/installation-and-usage.html#offline-installation';

private static readonly _toBeDownloadedLtexLsTag: string =
'12.2.0';
'12.3.0';
private static readonly _toBeDownloadedLtexLsVersion: string =
'12.2.0';
'12.3.0';
private static readonly _toBeDownloadedLtexLsHashDigest: string =
'3616bc6d1914195309ff4c3414fb451f90cd668544f4e71669bf1a9ce3122596';
'be1eb180c003fb0470c13467eb1c3ba6d954c4b1bb4c981d6c640e2492f741c6';

private static readonly _toBeDownloadedJavaVersion: string =
'11.0.11+9';
Expand Down

0 comments on commit 3fdaa0b

Please sign in to comment.