Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
retomerz committed Oct 16, 2016
1 parent c51b8e5 commit 840391d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<li>Issue 157: Fix possible ISE caused by after-compile hook</li>
<li>Issue 172: Fix possible ISE caused by Search Everywhere</li>
<li>Issue 176: Fix illegal toolwindow access outside EDT</li>
<li>Plugin compatibility: IDEA 15, IDEA 2016, Android Studio 2.2</li>
</ul>
<h3>1.0.0</h3>
<ul>
Expand Down
1 change: 1 addition & 0 deletions src/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#idea.home=/home/andrep/Apps/dev/idea
#idea.home=C:\\Program Files (x86)\\JetBrains\\IntelliJ IDEA Community Edition 15.0.6
idea.home=C:\\Program Files (x86)\\JetBrains\\IntelliJ IDEA Community Edition 2016.1.2
#idea.home=C:\\Program Files (x86)\\JetBrains\\IntelliJ IDEA Community Edition 163.6110.12
#idea.home=C:\\Program Files\\Android\\Android Studio

###########################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class VersionManager {

private static final long _major = 1;
private static final long _minor = 0;
private static final long _build = 0;
private static final long _build = 1;

private static final String _branch = "trunk";

Expand Down

0 comments on commit 840391d

Please sign in to comment.