Skip to content

Commit be9df4e

Browse files
committed
⬆ Bump to next version
1 parent 5965a9f commit be9df4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77

88
group = "com.uriyyo.evaluate_async_code"
9-
version = "1.20"
9+
version = "1.21"
1010

1111
repositories {
1212
mavenCentral()

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.uriyyo.evaluate_async_code</id>
33
<name>Evaluate Async Code</name>
4-
<version>1.20</version>
4+
<version>1.21</version>
55
<vendor email="[email protected]">Yurii Karabas</vendor>
66

77
<description>
@@ -10,8 +10,8 @@
1010
</description>
1111

1212
<change-notes>
13-
Fix issue with console integration.
14-
Add ability to use docker and docker-compose interpreter.
13+
Bump async-eval version.
14+
Remove usage of experimental API.
1515
</change-notes>
1616

1717
<idea-version since-build="222"/>

0 commit comments

Comments
 (0)