Skip to content

Commit 11d927e

Browse files
committed
⬆ Bump to next version
1 parent 1fd46f2 commit 11d927e

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
@@ -8,7 +8,7 @@ plugins {
88

99

1010
group = "com.uriyyo.evaluate_async_code"
11-
version = "1.17"
11+
version = "1.18"
1212

1313
repositories {
1414
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.17</version>
4+
<version>1.18</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 nest-asyncio was required to evaluate async expressions.
13+
Fix issue when nest-asyncio apply function was set to noop function.
1414
</change-notes>
1515

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

0 commit comments

Comments
 (0)