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.2.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons authored Oct 28, 2019
1 parent fc6dbb9 commit e82342e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Upgraded Retroswagger to version 1.1.0 that uses the latest version of Kotlinpoet (1.3.0).
Also we have raised IDE compatibility version.
Solves issue with AS 3.5.1
5 changes: 2 additions & 3 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.2.0</version>
<version>1.2.1</version>
<vendor email="[email protected]" url="http://www.adevinta.com">Adevinta Spain</vendor>

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

<change-notes><![CDATA[
Upgraded Retroswagger to version 1.1.0 that uses the latest version of Kotlinpoet (1.3.0).
Also we have raised IDE compatibility version
Solves issue with AS 3.5.1
]]>
</change-notes>

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

0 comments on commit e82342e

Please sign in to comment.