Skip to content

Commit f02a7da

Browse files
Артемьев ВячеславАртемьев Вячеслав
authored andcommitted
Version 0.18
1 parent b967b0f commit f02a7da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ apply plugin: "org.junit.platform.gradle.plugin"
4444
apply plugin: "org.jmailen.kotlinter"
4545

4646
group "com.viartemev.requestmapper"
47-
version "0.17"
47+
version "0.18"
4848

4949
dependencies {
5050
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
@@ -94,7 +94,7 @@ junitPlatformTest {
9494
}
9595

9696
patchPluginXml {
97-
version '0.17'
97+
version '0.18'
9898
sinceBuild '141.0'
9999
untilBuild ''
100100
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.viartemev.requestmapper</id>
33
<name>Request mapper</name>
4-
<version>0.17</version>
4+
<version>0.18</version>
55
<vendor email="viartemev@gmail.com" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)