File tree 2 files changed +8
-3
lines changed
src/main/resources/META-INF
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group ' tv.codely'
7
- version ' 1.0.0 '
7
+ version ' 1.0.1 '
8
8
9
9
sourceCompatibility = 1.8
10
10
@@ -18,12 +18,17 @@ dependencies {
18
18
19
19
// See https://github.com/JetBrains/gradle-intellij-plugin/
20
20
intellij {
21
- version ' 192 -EAP-SNAPSHOT'
21
+ version ' 191 -EAP-SNAPSHOT'
22
22
sameSinceUntilBuild false
23
23
}
24
+
24
25
patchPluginXml {
26
+ sinceBuild ' 191'
27
+ untilBuild ' LATEST-EAP-SNAPSHOT'
28
+
25
29
changeNotes """
26
30
<ul>
31
+ <li>1.0.1 Improve colors and add retrocompatibility.</li>
27
32
<li>1.0.0 First version.</li>
28
33
</ul>
29
34
"""
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >tv.codely.codelytv-theme</id >
3
3
<name >CodelyTV Theme</name >
4
- <version >1.0.0 </version >
4
+ <version >1.0.1 </version >
5
5
<
vendor email =
" [email protected] " url =
" https://codely.tv" >CodelyTV</
vendor >
6
6
7
7
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments