Skip to content

Commit

Permalink
Bump 1.0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Nov 14, 2019
1 parent ef885db commit 98bc9c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'tv.codely'
version '1.0.3'
version '1.0.4'

sourceCompatibility = 1.8

Expand All @@ -29,6 +29,7 @@ patchPluginXml {

changeNotes """
<ul>
<li>1.0.4 Improve colors of some menus.</li>
<li>1.0.3 Compatibility with IDEs 2019.3.</li>
<li>1.0.2 Better contrast for all colors.</li>
<li>1.0.1 Improve colors and add retrocompatibility.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>tv.codely.codelytv-theme</id>
<name>CodelyTV Theme</name>
<version>1.0.3</version>
<version>1.0.4</version>
<vendor email="[email protected]" url="https://codely.tv">CodelyTV</vendor>

<description><![CDATA[
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/codelytv_gruvbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
<option name="BACKGROUND" value="1d2021" />
</value>
</option>
<option name="BREADCRUMBS_CURRENT">
<value>
<option name="FOREGROUND" value="585858" />
<option name="BACKGROUND" value="d6d6d6" />
</value>
</option>
<option name="BREAKPOINT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="3a2323" />
Expand Down Expand Up @@ -1108,4 +1114,4 @@
<option name="LINE_SPACING" value="1.5" />
<option name="CONSOLE_FONT_NAME" value="Dank Mono" />
<option name="CONSOLE_LINE_SPACING" value="1.9" />
</scheme>
</scheme>

0 comments on commit 98bc9c1

Please sign in to comment.