Skip to content

Commit 057c912

Browse files
committed
⬆ Bump to next version
1 parent 8d8fce3 commit 057c912

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

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

1212
<change-notes>
13-
Bump async-eval version.
14-
Remove usage of experimental API.
13+
Fix issue when plugin is not enabled automatically.
1514
</change-notes>
1615

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

0 commit comments

Comments
 (0)