Skip to content

Commit 2ae9602

Browse files
committed
Only change the project version from the build.gradle file
1 parent 98bc9c1 commit 2ae9602

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ intellij {
2626
patchPluginXml {
2727
sinceBuild '191'
2828
untilBuild '193.*'
29+
version project.version
2930

3031
changeNotes """
3132
<ul>

src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<idea-plugin>
22
<id>tv.codely.codelytv-theme</id>
33
<name>CodelyTV Theme</name>
4-
<version>1.0.4</version>
54
<vendor email="[email protected]" url="https://codely.tv">CodelyTV</vendor>
65

76
<description><![CDATA[

0 commit comments

Comments
 (0)