Skip to content

Commit 4cfc4eb

Browse files
committed
Update plugin version
1 parent 35a3da3 commit 4cfc4eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

1111
repositories {
1212
mavenCentral()

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

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

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

1212
<change-notes>
13-
Fix issue when plugin is not enabled automatically.
13+
Switch to next version of `async-eval` that no longer uses `nest-asyncio` library.
1414
</change-notes>
1515

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

0 commit comments

Comments
 (0)