Skip to content

Commit 3bf5106

Browse files
author
Vitaliy
authored
Merge pull request #254 from magento/prepared-1.0.2
Initial PR for 1.0.2
2 parents 3410de2 + b4f1f48 commit 3bf5106

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Run automated tests
55

66
on:
77
pull_request:
8-
branches: [ master, 1.0.0-develop, 1.0.1-develop ]
8+
branches: [ master, 1.0.1-develop, 1.0.2-develop ]
99

1010
jobs:
1111
build-linux:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
group 'com.magento.idea'
17-
version '1.0.1'
17+
version '1.0.2'
1818

1919
apply plugin: 'org.jetbrains.intellij'
2020
apply plugin: 'java'

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>1.0.1</version>
10+
<version>1.0.2</version>
1111
<vendor url="https://github.com/magento/magento2-phpstorm-plugin">Magento Inc.</vendor>
1212

1313
<description><![CDATA[

0 commit comments

Comments
 (0)