Skip to content

Commit 22594ca

Browse files
committed
build: advance version to 0.2.5
1 parent 94f980c commit 22594ca

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Available @ [JetBrains Plugins Repository][4]
66

77
Looking for the latest **plugin binaries**? Get them [here][1] as `.zip`
8-
<small>Supported IDE versions: `192.*` to `201.*` (both inclusive)</small>
8+
<small>Supported IDE versions: `192.*` to `203.*` (both inclusive)</small>
99

1010
-----
1111

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.lppedd'
7-
version '0.2.4'
7+
version '0.2.5'
88

99
sourceCompatibility = JavaVersion.VERSION_14
1010

change_notes/0_2_5.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h3>0.2.5 (02/10/2020)</h3>
2+
<p>
3+
Eighth alpha release.
4+
Build changes
5+
</p>
6+
<ul>
7+
<li>Moved compatibility up to IDEA 2020.3</li>
8+
</ul>

0 commit comments

Comments
 (0)