We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bc9c1 commit 2ae9602Copy full SHA for 2ae9602
build.gradle
@@ -26,6 +26,7 @@ intellij {
26
patchPluginXml {
27
sinceBuild '191'
28
untilBuild '193.*'
29
+ version project.version
30
31
changeNotes """
32
<ul>
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,6 @@
1
<idea-plugin>
2
<id>tv.codely.codelytv-theme</id>
3
<name>CodelyTV Theme</name>
4
- <version>1.0.4</version>
5
<vendor email="[email protected]" url="https://codely.tv">CodelyTV</vendor>
6
7
<description><![CDATA[
0 commit comments