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 7d53617 commit 531a45aCopy full SHA for 531a45a
build.gradle
@@ -31,7 +31,7 @@ intellij {
31
}
32
33
group 'com.cedricziel'
34
-version '0.2.9'
+version '0.2.10'
35
36
apply plugin: 'de.undercouch.download'
37
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.9</version>
+ <version>0.2.10</version>
5
<vendor email="cedric@cedric-ziel.com" url="https://www.cedric-ziel.com">Cedric Ziel</vendor>
6
7
<description><![CDATA[
0 commit comments