diff --git a/VERSION b/VERSION index ff6d09b31..359a5b952 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.30.0 \ No newline at end of file +2.0.0 \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 53783ba14..2cc5f8d1d 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -66,4 +66,4 @@ nav: extra: social: - icon: fontawesome/brands/discord - link: https://discordapp.com/channels/280102180189634562/645268178397560865 + link: https://discord.gg/TZ5WN8t diff --git a/messages/2.0.0.txt b/messages/2.0.0.txt index 63df779cb..a998ff019 100644 --- a/messages/2.0.0.txt +++ b/messages/2.0.0.txt @@ -11,9 +11,9 @@ ### What are the most significant improvements that stem from the 3.3 to 3.8 change? There are no new features. -This is an internal LSP codebase change that affect all LSP-* pacakges. +This is an internal LSP codebase change that affects all LSP-* packages. -### LSP is broken after the update even if Sublime Text is restarted many times? +### LSP is broken after the update even if Sublime Text is restarted many times If that is the case, follow these steps: diff --git a/plugin/core/version.py b/plugin/core/version.py index 3ecf3f5a1..14246847e 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (1, 30, 0) +__version__ = (2, 0, 0)