Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
uriyyo committed Mar 5, 2024
1 parent 2a5ad67 commit f631968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {


group = "com.uriyyo.evaluate_async_code"
version = "1.23"
version = "1.24"

repositories {
mavenCentral()
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.uriyyo.evaluate_async_code</id>
<name>Evaluate Async Code</name>
<version>1.23</version>
<version>1.24</version>
<vendor email="1998uriyyo@gmail.com">Yurii Karabas</vendor>

<description>
Expand All @@ -10,7 +10,8 @@
</description>

<change-notes>
Switch to next version of `async-eval` that no longer uses `nest-asyncio` library.
Add initial trio integration (might have issues, waiting for feedback).
Bump minimal java version to 11.
</change-notes>

<idea-version since-build="222"/>
Expand Down

0 comments on commit f631968

Please sign in to comment.