Skip to content

Commit c95b64b

Browse files
committed
Prepare libappindicator-gtk3-java-full release 1.4.1
1 parent b27f5d3 commit c95b64b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The bindings come in three flavors:
3030
<dependency>
3131
<groupId>org.purejava</groupId>
3232
<artifactId>libappindicator-gtk3-java-full</artifactId>
33-
<version>1.4.0</version>
33+
<version>1.4.1</version>
3434
</dependency>
3535
```
3636

@@ -81,6 +81,7 @@ As the according jar has a size of ~9,6M, I decided to provide a **reduced varia
8181
- gtk_widget_destroy
8282
- gtk_widget_destroyed
8383
- gtk_widget_grab_focus
84+
- gtk_widget_set_sensitive
8485
- gtk_widget_show
8586
- gtk_widget_show_all
8687
- gtk_window_add_accel_group
@@ -110,7 +111,7 @@ As the according jar has a size of ~9,6M, I decided to provide a **reduced varia
110111
<dependency>
111112
<groupId>org.purejava</groupId>
112113
<artifactId>libappindicator-gtk3-java-minimal</artifactId>
113-
<version>1.4.0</version>
114+
<version>1.4.1</version>
114115
</dependency>
115116
```
116117
### libappindicator-gtk3-java-minimal 1.1.0 - minimal is compatible to both libraries
@@ -129,7 +130,7 @@ Starting with version 1.1.0, the `minimal` artifact is compatible to libayatana-
129130
<dependency>
130131
<groupId>org.purejava</groupId>
131132
<artifactId>libayatana-appindicator-java-full</artifactId>
132-
<version>1.4.0</version>
133+
<version>1.4.1</version>
133134
</dependency>
134135
```
135136

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.purejava</groupId>
88
<artifactId>libappindicator-gtk3-java-full</artifactId>
9-
<version>1.4.1-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010

1111
<name>libappindicator-gtk3-java-full</name>
1212
<description>Java bindings for libappindicator-gtk3 in 100% pure Java</description>

0 commit comments

Comments
 (0)