Skip to content

Commit

Permalink
fix background compatibility to NetBeans version 11.0+ and release pl…
Browse files Browse the repository at this point in the history
…ugin version 0.2.1

Signed-off-by: Eric Villard <dev@eviweb.fr>
  • Loading branch information
eviweb committed Sep 29, 2020
1 parent 407beda commit 248c1d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## 0.2.1 - 2020-09-29

### Fixed

- Fix background compatibility to NetBeans version 11.0+

## 0.2.0 - 2020-09-29

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ NetBeans Case Converter

This module provides easy to use string case converters.

_NetBeans version 11.0+_

Status
------

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>fr.evidev.netbeans.modules</groupId>
<name>NetBeans Case Converter</name>
<artifactId>netbeans-case-converter</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<packaging>nbm</packaging>
<url>https://github.com/eviweb/netbeans-case-converter</url>
<description>
Expand Down Expand Up @@ -169,6 +169,6 @@ Please note that if no text is selected, the menu is disabled.
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netbeans.api.version>RELEASE121</netbeans.api.version>
<netbeans.api.version>RELEASE110</netbeans.api.version>
</properties>
</project>

0 comments on commit 248c1d5

Please sign in to comment.