Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
New Release version 1.1.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons authored Oct 30, 2018
1 parent d26c1cd commit 89abbd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Corrected generation of files with the correct active project path
Query params not correctly added on the retrofit interface. Kotlin version 1.3.0.
4 changes: 2 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.schibsted.protein</id>
<name>Protein - Kotlin code generator for Retrofit2 and RxJava2 based on Swagger</name>
<version>1.0.1</version>
<version>1.1.0</version>
<vendor email="[email protected]" url="http://www.schibsted.es">Schibsted Spain</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -42,7 +42,7 @@
]]></description>

<change-notes><![CDATA[
Corrected generation of files with the correct active project path
Query params not correctly added on the retrofit interface. Kotlin version 1.3.0.
]]>
</change-notes>

Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR=1
MINOR=0
PATCH=2
MINOR=1
PATCH=0

0 comments on commit 89abbd5

Please sign in to comment.