Skip to content

Commit

Permalink
chore(release): prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie Bonnissent committed Mar 12, 2020
1 parent 9459bd5 commit 2310bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=com.ekino.oss.jcv-idea-plugin
description=JCV IDEA plugin
version=1.0.0-SNAPSHOT
version=1.0.0
## Tests dependencies versions
assertk-jvm.version=0.21
junit.version=5.6.0
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<br/>
<p>
<img alt="auto_complete"
height="231" src="https://raw.githubusercontent.com/ekino/jcv-idea-plugin/master/screenshots/auto_complete.png" width="450"/>
height="231" src="https://raw.githubusercontent.com/ekino/jcv-idea-plugin/1.0.0/screenshots/auto_complete.png" width="450"/>
</p>

It also works for templated validators with suggested values: <br/>
<p>
<img alt="auto_complete_date"
height="160" src="https://raw.githubusercontent.com/ekino/jcv-idea-plugin/master/screenshots/auto_complete_date.png" width="528"/>
height="160" src="https://raw.githubusercontent.com/ekino/jcv-idea-plugin/1.0.0/screenshots/auto_complete_date.png" width="528"/>
</p>

0 comments on commit 2310bf1

Please sign in to comment.