Skip to content

Commit

Permalink
Prepare minimal release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Nov 9, 2024
1 parent 224a4e5 commit a364129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The bindings come in three flavors:
<dependency>
<groupId>org.purejava</groupId>
<artifactId>libappindicator-gtk3-java-full</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</dependency>
```

Expand Down Expand Up @@ -111,7 +111,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.4.1</version>
<version>1.4.2</version>
</dependency>
```
### libappindicator-gtk3-java-minimal 1.1.0 - minimal is compatible to both libraries
Expand All @@ -130,7 +130,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.4.1</version>
<version>1.4.2</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-minimal</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>

<name>libappindicator-gtk3-java-minimal</name>
<description>Java bindings for libayatana-appindicator and libappindicator-gtk3 in 100% pure Java</description>
Expand Down

0 comments on commit a364129

Please sign in to comment.