Skip to content

Commit

Permalink
Update plugin email adress + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviernotteghem authored and Leland-Takamine committed Dec 28, 2019
1 parent b7e46da commit 1d90d28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion intellij/build.gradle
Expand Up @@ -11,7 +11,7 @@ intellij {
}

group 'com.uber.motif'
version '0.0.3' // Plugin version
version '0.0.4' // Plugin version

dependencies {
compile project(':lib')
Expand Down
6 changes: 3 additions & 3 deletions intellij/src/main/resources/META-INF/plugin.xml
@@ -1,8 +1,8 @@
<idea-plugin>
<id>com.uber.motif</id>
<name>Motif Plugin</name>
<version>0.0.3</version>
<vendor email="leland@uber.com" url="https://www.uber.com/">Uber</vendor>
<version>0.0.4</version>
<vendor email="jetbrains-plugins@uber.com" url="https://www.uber.com/">Uber</vendor>

<description><![CDATA[
Motif plugin for IntelliJ IDE.<br><br>
Expand All @@ -18,7 +18,7 @@
<idea-version since-build="163"/>

<change-notes><![CDATA[
Release 0.0.3: Update plugin description.<br>
Release 0.0.4: Update plugin email address.<br>
]]>
</change-notes>

Expand Down

0 comments on commit 1d90d28

Please sign in to comment.