Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
fix versions and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Aug 22, 2019
1 parent 1ed7921 commit 7e3c2bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cache:

env:
- IDEA_VERSION=LATEST-EAP-SNAPSHOT
# - IDEA_VERSION=2019.2.1
- IDEA_VERSION=2019.2.1
- IDEA_VERSION=2019.2

before_install:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lastReleaseVersion=2019.2
#
pluginGroup=de.plushnikov.intellij.plugin
pluginName=lombok-plugin
pluginVersion=0.26
pluginVersion=0.26.2
#
javaVersion=1.8
sources=true
Expand Down
6 changes: 4 additions & 2 deletions parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<ul>
<li>0.26
<li>0.26.2
<ol>
<li></li>
<li>Compatibility issues with IntelliJ 2019.2</li>
<li>Fixed #637: Non-idempotent computation in Intellij 2019.2</li>
<li>Fixed #648: IDEA 2019.2 highlights builder() method invocation as an error</li>
</ol>
</li>
<li>0.25
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/plushnikov/intellij/plugin/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public interface Version {
/**
* Current plugin version.
*/
String PLUGIN_VERSION = "0.26";
String PLUGIN_VERSION = "0.26.2";
/**
* Current version of lombok plugin
*/
Expand Down

0 comments on commit 7e3c2bf

Please sign in to comment.