Skip to content

Commit

Permalink
Bump to 13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Nov 28, 2021
1 parent 38d0c93 commit d55f7bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<author>Julian Valentin, LTeX Development Community</author>
</properties>
<body>
<release version="13.1.0" date="upcoming">
<release version="13.1.0" description="The ConTeXt Paradigm" date="2021-11-28">
<action type="add" issue="ltex-ls#120">
Add support for ConTeXt
</action>
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 – LanguageTool grammar/spell checking",
"version": "13.0.1-alpha.1.develop",
"version": "13.1.0",
"description": "Grammar/spell checker using LanguageTool with support for LaTeX, Markdown, and others",
"icon": "img/logo-ltex.png",
"author": "Julian Valentin",
Expand Down
16 changes: 8 additions & 8 deletions src/DependencyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ export default class DependencyManager {
+ 'vscode-ltex/docs/installation-and-usage.html#offline-installation';

private static readonly _toBeDownloadedLtexLsTag: string =
'15.0.0';
'15.2.0';
private static readonly _toBeDownloadedLtexLsVersion: string =
'15.0.0';
'15.2.0';
private static readonly _toBeDownloadedLtexLsHashDigests: {[fileName: string]: string} = {
'ltex-ls-15.0.0-linux-x64.tar.gz':
'5d6632e6cd67c93a30492419143a8645292de47c9844f93bda655e268393fe95',
'ltex-ls-15.0.0-mac-x64.tar.gz':
'c241e78cc10435e9b959c52124273c6a7caa46bc474e53e0ab9f85d4afcbf67d',
'ltex-ls-15.0.0-windows-x64.zip':
'8946bd257fdc25745ceb351d2c3f1507f20edc7e1cd7cf3aad113371264be498',
'ltex-ls-15.2.0-linux-x64.tar.gz':
'04d7e2ba6ef0ff91f84983554e39181ada59518f7b6268e559bed6efae0827fc',
'ltex-ls-15.2.0-mac-x64.tar.gz':
'd89b547722f165ca2343962065cbe7ee4a832316825b04266d1d2db3e46487b3',
'ltex-ls-15.2.0-windows-x64.zip':
'66a8449840fd09d7cde27c1e23ecfe94c0cbe6622769c19d36b007965c0c0124',
};

public constructor(context: Code.ExtensionContext) {
Expand Down

0 comments on commit d55f7bd

Please sign in to comment.