Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Artemyev committed Feb 8, 2018
1 parent 39caa11 commit 9bf2bbd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {

ext {
kotlin_version = '1.2.10'
kotlin_version = '1.2.21'
junit_jupiter_version = '5.0.1'
junit_plugin_version = '1.0.1'
spek_version = '1.1.5'
Expand Down Expand Up @@ -49,7 +49,7 @@ apply plugin: "com.github.kt3k.coveralls"


group "com.viartemev.requestmapper"
version "0.8"
version "0.9"

dependencies {
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
Expand Down Expand Up @@ -91,11 +91,11 @@ intellij {
}

patchPluginXml {
version '0.8'
version '0.9'
sinceBuild '141.0'
untilBuild ''
}

task wrapper(type: Wrapper) {
gradleVersion = '4.4.1'
gradleVersion = '4.5.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=com.viartemev.requestmapper
sonar.projectName=Request Mapper
sonar.projectVersion=0.8
sonar.projectVersion=0.9
sonar.sourceEncoding=UTF-8
sonar.organization=viartemev-github
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.viartemev.requestmapper</id>
<name>Request mapper</name>
<version>0.8</version>
<version>0.9</version>
<vendor email="[email protected]" url="http://viartemev.com">Vyacheslav Artemyev</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -44,7 +44,8 @@

<change-notes><![CDATA[
<ul>
<li>Improvement: search static variables</li>
<li>Improvement: add type for PathVariables</li>
<li>Improvement: update documentation</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 9bf2bbd

Please sign in to comment.