Skip to content

Commit

Permalink
Promote to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dubreuia committed Dec 19, 2021
1 parent d2ef0c1 commit fa10815
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -9,7 +9,7 @@ apply plugin: "jacoco"

// Add plugin group and version
group "com.dubreuia"
version "2.3.0"
version "2.4.0"

// Add build script repository to maven central
repositories {
Expand Down
4 changes: 2 additions & 2 deletions 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.
Expand Up @@ -64,7 +64,7 @@
* the file is physically in that project before reformatting, or else the file is formatted twice and intellij will ask
* to confirm unlocking of non-project file in the other project, see {@link Engine} for more details.
*
* @since 2.3.0
* @since 2.4.0
*/
abstract class AbstractSaveActionsService implements SaveActionsService {

Expand Down
Expand Up @@ -41,7 +41,7 @@
* <p/>
*
* @see AbstractSaveActionsService
* @since 2.3.0
* @since 2.4.0
*/
public final class SaveActionsDefaultService extends AbstractSaveActionsService {

Expand Down
Expand Up @@ -42,7 +42,7 @@
* <p/>
*
* @see AbstractSaveActionsService
* @since 2.3.0
* @since 2.4.0
*/
public final class SaveActionsJavaService extends AbstractSaveActionsService {

Expand Down
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.3.0</version>
<version>2.4.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.3.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.4.0</a></li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit fa10815

Please sign in to comment.