Skip to content

Commit

Permalink
Promote to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dubreuia committed Sep 12, 2020
1 parent 4b0d582 commit d6068b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -41,7 +41,7 @@ intellij {

// Add plugin group and version
group 'com.dubreuia'
version '2.0.0'
version '2.1.0'

// Add only maven central as repository
repositories {
Expand Down
2 changes: 1 addition & 1 deletion docs/badge-jetbrains-website.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -4,7 +4,7 @@

<id>com.dubreuia</id>
<name>Save Actions</name>
<version>2.0.0</version>
<version>2.1.0</version>
<vendor email="dubreuil.alex@gmail.com" url="https://www.github.com/dubreuia">Alexandre DuBreuil</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -53,7 +53,7 @@

<change-notes><![CDATA[
<ul>
<li>Release notes: <a href="https://github.com/dubreuia/intellij-plugin-save-actions/releases">https://github.com/dubreuia/intellij-plugin-save-actions/releases/tag/v2.0.0</a></li>
<li>Release notes: <a href="https://github.com/dubreuia/intellij-plugin-save-actions/releases">https://github.com/dubreuia/intellij-plugin-save-actions/releases/tag/v2.1.0</a></li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit d6068b5

Please sign in to comment.