Skip to content

Commit 6ab8651

Browse files
committed
Version 0.8
1 parent 7f383dd commit 6ab8651

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ env:
66
- IDEA_VERSION=IU-2017.3.6 ENABLE_JAVA_PLUGIN=false
77
- IDEA_VERSION=IU-2018.3.6 ENABLE_JAVA_PLUGIN=false
88
- IDEA_VERSION=IU-2019.3.2
9-
- IDEA_VERSION=IU-2020.1.3
10-
- IDEA_VERSION=IU-2020.1
9+
- IDEA_VERSION=IU-2020.1.4
10+
- IDEA_VERSION=IU-2020.2
1111
addons:
1212
sonarcloud:
1313
organization: "bjansen"

src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.github.bjansen.intellij.pebble</id>
33
<name>Pebble</name>
4-
<version>0.8-SNAPSHOT</version>
4+
<version>0.8</version>
55
<vendor url="https://github.com/bjansen">Bastien Jansen</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)