diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d95a90..45706e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1 @@
-Adds support for Lists, more numeric types, nullability.
-Adds a simple KDoc to the request methods, using the summary field.
-Also lists parameter descriptions, when they exist.
+Removed `/` from the beginning of annotation paths
diff --git a/Protein.ipr b/Protein.ipr
index 31c55b4..3ff1202 100644
--- a/Protein.ipr
+++ b/Protein.ipr
@@ -3,7 +3,7 @@
-
+
@@ -99,20 +99,17 @@
-
-
-
-
+
-
+
-
+
@@ -304,40 +301,40 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/build.gradle b/build.gradle
index a38e4dd..8029f1b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
buildscript {
- ext.kotlin_version = '1.3.11'
+ ext.kotlin_version = '1.3.21'
repositories {
mavenCentral()
diff --git a/src/main/kotlin/protein/ide/component/ProteinUpdateComponent.kt b/src/main/kotlin/protein/ide/component/ProteinUpdateComponent.kt
index 3baaf7a..6685074 100644
--- a/src/main/kotlin/protein/ide/component/ProteinUpdateComponent.kt
+++ b/src/main/kotlin/protein/ide/component/ProteinUpdateComponent.kt
@@ -27,10 +27,10 @@ class ProteinUpdateComponent(project: Project) : AbstractProjectComponent(projec
private var channel = "com.schibsted.protein"
private const val updateContent = """
- Thank you for downloading Protein - Kotlin code generator for Retrofit2 and RxJava2 based on Swagger !
- If you find my plugin helpful,
-
- Please give me a star on JetBrains Plugin Store
+ Thank you for downloading Protein !
+ If you find this plugin helpful,
+
+ Please give us a star on Github
If you find any issue, Feel free to raise a issue
See Changelog
for more details.
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 48dbfca..1efbdfd 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
com.schibsted.protein
Protein - Kotlin code generator for Retrofit2 and RxJava2 based on Swagger
- 1.1.2
+ 1.1.3
Schibsted Spain
- Adds a simple KDoc to the request methods, using the summary field.
- Also lists parameter descriptions, when they exist.
+ Removed `/` from the beginning of annotation paths
]]>
diff --git a/version.properties b/version.properties
index 892ccd5..ee86eb7 100644
--- a/version.properties
+++ b/version.properties
@@ -1,3 +1,3 @@
MAJOR=1
MINOR=1
-PATCH=2
\ No newline at end of file
+PATCH=3
\ No newline at end of file