Skip to content

Commit b93a202

Browse files
committed
Bump plugin version to 1.4.0
1 parent 614f0b3 commit b93a202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = me.waleedyaseen
22
pluginName = intellij-runescript
33
pluginRepositoryUrl = https://github.com/waleedyaseen/intellij-runescript
4-
pluginVersion = 1.3.0
4+
pluginVersion = 1.4.0
55

66
pluginSinceBuild = 232
77
pluginUntilBuild = 233.*

src/main/kotlin/io/runescript/plugin/lang/doc/lexer/RsDocLexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public class RsDocLexer extends MergingLexerAdapter {
2525
public RsDocLexer() {
2626
super(new FlexAdapter(new _RsDocLexer(null)), RSDOC_TOKENS);
2727
}
28-
}m
28+
}

0 commit comments

Comments
 (0)