Skip to content

Commit 67a169f

Browse files
author
Vitaliy
authored
Merge pull request #221 from magento/alpha-deploy-2
Increase the version for configuring deploy to alpha
2 parents 0beed8c + f283e02 commit 67a169f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.magento.idea'
11-
version '0.0.9'
11+
version '1.0.1'
1212

1313
apply plugin: 'org.jetbrains.intellij'
1414
apply plugin: 'java'
@@ -47,7 +47,7 @@ publishPlugin {
4747
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
4848
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
4949
channels 'alpha'
50-
//version = version + "-alpha-" + getDate()
50+
version = version + "-alpha-" + getDate()
5151
}
5252
}
5353

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<idea-plugin>
88
<id>com.magento.idea.magento2plugin</id>
99
<name>Magento PhpStorm</name>
10-
<version>0.0.9</version>
10+
<version>1.0.1</version>
1111
<vendor url="https://github.com/magento/magento2-phpstorm-plugin">Magento Inc.</vendor>
1212

1313
<description><![CDATA[

0 commit comments

Comments
 (0)