File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ apply plugin: "org.junit.platform.gradle.plugin"
44
44
apply plugin : " org.jmailen.kotlinter"
45
45
46
46
group " com.viartemev.requestmapper"
47
- version " 0.17 "
47
+ version " 0.18 "
48
48
49
49
dependencies {
50
50
compile(" org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version " )
@@ -94,7 +94,7 @@ junitPlatformTest {
94
94
}
95
95
96
96
patchPluginXml {
97
- version ' 0.17 '
97
+ version ' 0.18 '
98
98
sinceBuild ' 141.0'
99
99
untilBuild ' '
100
100
}
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.viartemev.requestmapper</id >
3
3
<name >Request mapper</name >
4
- <version >0.17 </version >
4
+ <version >0.18 </version >
5
5
<vendor email =" viartemev@gmail.com" url =" https://github.com/viartemev" >Vyacheslav Artemyev</vendor >
6
6
7
7
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments