Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Oct 3, 2018
1 parent a01f2dc commit b36bd5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makeRelease.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ECHO OFF

SET pluginVersion=0.21
SET pluginVersion=0.22

for %%X in (2017.2 2017.3 2018.1 2018.2 183.2153.8) do call :buildPlugin %%X
ECHO All Done
Expand Down
5 changes: 5 additions & 0 deletions parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<ul>
<li>0.22
<ol>
<li></li>
</ol>
</li>
<li>0.21
<ol>
<li>Fixed Regression #533: StackOverflowError with PsiFieldImpl.isDeprecated</li>
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.21";
String PLUGIN_VERSION = "0.22";
/**
* Current version of lombok plugin
*/
Expand Down

0 comments on commit b36bd5d

Please sign in to comment.