Skip to content

Commit

Permalink
Bump to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Jan 3, 2021
1 parent 1e1b700 commit 5da480e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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

## 9.0.0 (upcoming)
## 9.0.0 (January 3, 2021)

- Make versioning independent of vscode-ltex; LT<sub>E</sub>X LS now adheres to [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)
- Require support of LSP 3.15
Expand Down
2 changes: 1 addition & 1 deletion ltexls-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>9.0.0-alpha.2</version>
<version>9.0.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ltexls-languagetool-patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>9.0.0-alpha.2</version>
<version>9.0.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>9.0.0-alpha.2</version>
<version>9.0.0</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.release>11</maven.compiler.release>
Expand Down

0 comments on commit 5da480e

Please sign in to comment.