diff --git a/build.gradle.kts b/build.gradle.kts
index 27921e4bd..cfe077be4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -25,7 +25,7 @@ plugins {
}
group = "nl.hannahsten"
-version = "0.7.21-alpha.3"
+version = "0.7.21"
repositories {
mavenCentral()
diff --git a/resources/META-INF/description-changenotes.xml b/resources/META-INF/description-changenotes.xml
index 7041dd19a..d01678c1a 100644
--- a/resources/META-INF/description-changenotes.xml
+++ b/resources/META-INF/description-changenotes.xml
@@ -42,9 +42,9 @@
Beta 0.7.21
- Welcome to TeXiFy IDEA 0.7.20! This release features a brand new bibtex reference manager tool window, many bug fixes and contributions from @daniil-berg and @dpvdberg. + Welcome to TeXiFy IDEA 0.7.21! This release just fixes a few bugs introduced with the new features in the last release.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better. @@ -55,27 +55,23 @@ Additions
Bug fixes
- Thanks to @daniil-berg and @dpvdberg for contributing to this release! + Thanks to @fberlakovich for contributing to this release!
diff --git a/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt b/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt
index a4c8e628e..7f9ccc863 100644
--- a/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt
+++ b/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt
@@ -52,7 +52,7 @@ class LatexParserDefinition : ParserDefinition {
val FILE: IStubFileElementType<*> = object : IStubFileElementType