Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Vávra committed Feb 2, 2016
1 parent 6828b0f commit 793b997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>eu.inmite.android.plugin.butterknifezelezny</id>
<name>Android ButterKnife Zelezny</name>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0</version>
<vendor email="[email protected]" url="http://github.com/avast">Avast</vendor>

<description><![CDATA[
Expand All @@ -11,9 +11,10 @@
<change-notes><![CDATA[
<html>
<b>1.3.3-SNAPSHOT</b>
<b>1.4.0</b>
<ul>
<li>Fixed plugin crash (#62)</li>
<li>Support for @OnClick (#73)</li>
<li>Fixed plugin crashes (#62 and #52)</li>
</ul>
<b>1.3.2</b> (7/17/2015)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public EntryHeader() {
mID.setPreferredSize(new Dimension(100, 26));
mID.setFont(new Font(mID.getFont().getFontName(), Font.BOLD, mID.getFont().getSize()));

mEvent = new JLabel("Click");
mEvent = new JLabel("OnClick");
mEvent.setPreferredSize(new Dimension(100, 26));
mEvent.setFont(new Font(mEvent.getFont().getFontName(), Font.BOLD, mEvent.getFont().getSize()));

Expand Down

0 comments on commit 793b997

Please sign in to comment.