We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7985d commit d4cd694Copy full SHA for d4cd694
build.gradle
@@ -32,7 +32,7 @@ intellij {
32
}
33
34
group 'com.cedricziel'
35
-version '0.2.12'
+version '0.2.13'
36
37
apply plugin: 'de.undercouch.download'
38
task downloadPsiViewerPlugin() {
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin url="https://github.com/cedricziel/idea-php-typo3-plugin">
2
<id>com.cedricziel.idea.typo3</id>
3
<name>TYPO3 CMS Plugin</name>
4
- <version>0.2.12</version>
+ <version>0.2.13</version>
5
<vendor email="cedric@cedric-ziel.com" url="https://www.cedric-ziel.com">Cedric Ziel</vendor>
6
7
<description><![CDATA[
0 commit comments