We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f383dd commit 6ab8651Copy full SHA for 6ab8651
.travis.yml
@@ -6,8 +6,8 @@ env:
6
- IDEA_VERSION=IU-2017.3.6 ENABLE_JAVA_PLUGIN=false
7
- IDEA_VERSION=IU-2018.3.6 ENABLE_JAVA_PLUGIN=false
8
- IDEA_VERSION=IU-2019.3.2
9
- - IDEA_VERSION=IU-2020.1.3
10
- - IDEA_VERSION=IU-2020.1
+ - IDEA_VERSION=IU-2020.1.4
+ - IDEA_VERSION=IU-2020.2
11
addons:
12
sonarcloud:
13
organization: "bjansen"
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>com.github.bjansen.intellij.pebble</id>
3
<name>Pebble</name>
4
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
5
<vendor url="https://github.com/bjansen">Bastien Jansen</vendor>
<description><![CDATA[
0 commit comments