Skip to content

Commit

Permalink
Bump to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Jun 5, 2021
1 parent 7478b5e commit a21cb78
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.3.0 (upcoming)
## 10.3.0 — “The Orphan Disintegration” (June 5, 2021)

- Enable LT<sub>E</sub>X in Jupyter notebooks in VS Code Insiders (as soon as the native notebooks are released by VS Code, this will automatically work in regular VS Code)
- Add support for `\setplength` (L<sup>A</sup>T<sub>E</sub>X)
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.3.0-alpha.1",
"version": "10.3.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-alpha.2';
'12.2.0';
private static readonly _toBeDownloadedLtexLsVersion: string =
'12.2.0-alpha.2';
'12.2.0';
private static readonly _toBeDownloadedLtexLsHashDigest: string =
'946cced8ece80bc240f0186907d3cf28fac07ec1c9896d965e9d1bd8cb4c25f2';
'3616bc6d1914195309ff4c3414fb451f90cd668544f4e71669bf1a9ce3122596';

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

0 comments on commit a21cb78

Please sign in to comment.