Skip to content

Commit 9bf2bbd

Browse files
author
Vyacheslav Artemyev
committed
release 0.9.0
1 parent 39caa11 commit 9bf2bbd

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22

33
ext {
4-
kotlin_version = '1.2.10'
4+
kotlin_version = '1.2.21'
55
junit_jupiter_version = '5.0.1'
66
junit_plugin_version = '1.0.1'
77
spek_version = '1.1.5'
@@ -49,7 +49,7 @@ apply plugin: "com.github.kt3k.coveralls"
4949

5050

5151
group "com.viartemev.requestmapper"
52-
version "0.8"
52+
version "0.9"
5353

5454
dependencies {
5555
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
@@ -91,11 +91,11 @@ intellij {
9191
}
9292

9393
patchPluginXml {
94-
version '0.8'
94+
version '0.9'
9595
sinceBuild '141.0'
9696
untilBuild ''
9797
}
9898

9999
task wrapper(type: Wrapper) {
100-
gradleVersion = '4.4.1'
100+
gradleVersion = '4.5.1'
101101
}

gradle/wrapper/gradle-wrapper.jar

-398 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sonar.projectKey=com.viartemev.requestmapper
22
sonar.projectName=Request Mapper
3-
sonar.projectVersion=0.8
3+
sonar.projectVersion=0.9
44
sonar.sourceEncoding=UTF-8
55
sonar.organization=viartemev-github

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

Lines changed: 3 additions & 2 deletions
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.8</version>
4+
<version>0.9</version>
55
<vendor email="viartemev@gmail.com" url="http://viartemev.com">Vyacheslav Artemyev</vendor>
66

77
<description><![CDATA[
@@ -44,7 +44,8 @@
4444

4545
<change-notes><![CDATA[
4646
<ul>
47-
<li>Improvement: search static variables</li>
47+
<li>Improvement: add type for PathVariables</li>
48+
<li>Improvement: update documentation</li>
4849
</ul>
4950
]]>
5051
</change-notes>

0 commit comments

Comments
 (0)