Skip to content

Commit

Permalink
Merge pull request #6 from JakubNeukirch/add-icon
Browse files Browse the repository at this point in the history
change version
  • Loading branch information
JakubNeukirch authored Nov 21, 2020
2 parents b0d6dcc + 1fa9156 commit 9953489
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id 'idea'
}

group 'org.example'
version '0.2.0'
group 'tech.stonks'
version '0.2.1'

repositories {
mavenCentral()
Expand All @@ -27,7 +27,4 @@ intellij {
plugins = ['gradle', 'java', 'org.jetbrains.kotlin']
}
patchPluginXml {
changeNotes """
Add change notes here.<br>
<em>most HTML tags may be used</em>"""
}
11 changes: 10 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<idea-plugin>
<id>tech.stonks.kvision-project-wizard</id>
<id>tech.stonks.kvizard</id>
<name>KVision Project Wizard</name>
<vendor email="[email protected]" url="https://stonks.tech">Stonks.tech</vendor>
<change-notes>
version 0.2.1:
* Add icon and description
version 0.2.0:
* Added spring support
* Added run configurations for backendRun and frontendRun
version 0.1.0:
* added support for ktor
</change-notes>

<description>Simple project wizard for KVision based projects.</description>

Expand Down

0 comments on commit 9953489

Please sign in to comment.