Skip to content

Commit

Permalink
Prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Mar 19, 2024
1 parent 7a78d04 commit b40deea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Based on libayatana-appindicator3-1 (0.5.92-1)
Based on libappindicator3-1 (12.10.1+20.10.20200706.1-0ubuntu1)

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

# Usage
Expand All @@ -30,7 +30,7 @@ The bindings come in three flavors:
<dependency>
<groupId>org.purejava</groupId>
<artifactId>libappindicator-gtk3-java-full</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -110,7 +110,7 @@ As the according jar has a size of ~9,6M, I decided to provide a **reduced varia
<dependency>
<groupId>org.purejava</groupId>
<artifactId>libappindicator-gtk3-java-minimal</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
</dependency>
```
### libappindicator-gtk3-java-minimal 1.1.0 - minimal is compatible to both libraries
Expand All @@ -129,7 +129,7 @@ Starting with version 1.1.0, the `minimal` artifact is compatible to libayatana-
<dependency>
<groupId>org.purejava</groupId>
<artifactId>libayatana-appindicator-java-full</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.purejava</groupId>
<artifactId>libappindicator-gtk3-java-full</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.4.0</version>

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

0 comments on commit b40deea

Please sign in to comment.