Skip to content

Commit a14f946

Browse files
committed
Update release notes
1 parent 5e60e7e commit a14f946

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-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.24"
9+
version = "1.25"
1010

1111
repositories {
1212
mavenCentral()

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

+2-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.24</version>
4+
<version>1.25</version>
55
<vendor email="[email protected]">Yurii Karabas</vendor>
66

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

1212
<change-notes>
13-
Add initial trio integration (might have issues, waiting for feedback).
14-
Bump minimal java version to 11.
13+
Update async-eval version (fix pypy integration issue).
1514
</change-notes>
1615

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

0 commit comments

Comments
 (0)