Skip to content

Commit

Permalink
Adjust vendor information in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 18, 2015
1 parent 3a7c67c commit 1c51af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: 'org.jetbrains.intellij'

version = '1.0.0'
version = '1.0.1'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<id>com.emberjs</id>
<name>Ember.js</name>
<version>1.0</version>
<vendor email="[email protected]" url="http://www.yourcompany.com">YourCompany</vendor>
<vendor url="https://github.com/turbo87/">Tobias Bieniek</vendor>

<description><![CDATA[
Enter short description for your plugin here.<br>
Expand Down

0 comments on commit 1c51af7

Please sign in to comment.