Skip to content

Commit b40deea

Browse files
committed
Prepare release 1.4.0
1 parent 7a78d04 commit b40deea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Based on libayatana-appindicator3-1 (0.5.92-1)
1010
Based on libappindicator3-1 (12.10.1+20.10.20200706.1-0ubuntu1)
1111

1212
# Requires
13-
Java 20+ (preview)
13+
Java 22
1414
- due to the use of the new Foreign Function & Memory API
1515

1616
# Usage
@@ -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.3.6</version>
33+
<version>1.4.0</version>
3434
</dependency>
3535
```
3636

@@ -110,7 +110,7 @@ As the according jar has a size of ~9,6M, I decided to provide a **reduced varia
110110
<dependency>
111111
<groupId>org.purejava</groupId>
112112
<artifactId>libappindicator-gtk3-java-minimal</artifactId>
113-
<version>1.3.6</version>
113+
<version>1.4.0</version>
114114
</dependency>
115115
```
116116
### libappindicator-gtk3-java-minimal 1.1.0 - minimal is compatible to both libraries
@@ -129,7 +129,7 @@ Starting with version 1.1.0, the `minimal` artifact is compatible to libayatana-
129129
<dependency>
130130
<groupId>org.purejava</groupId>
131131
<artifactId>libayatana-appindicator-java-full</artifactId>
132-
<version>1.3.6</version>
132+
<version>1.4.0</version>
133133
</dependency>
134134
```
135135

pom.xml

+1-1
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.3.7-SNAPSHOT</version>
9+
<version>1.4.0</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)