Skip to content

Commit 61d1bc4

Browse files
committed
Prepare release 1.3.2
1 parent 59ba22b commit 61d1bc4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ Java 22
1212
# Usage
1313
The bindings come in two flavors:
1414

15-
## Dependency *including* WinSparkle.dll 0.9.0
15+
## Dependency *including* WinSparkle.dll 0.9.1
1616
```java
1717
<dependency>
1818
<groupId>org.purejava</groupId>
1919
<artifactId>winsparkle-java</artifactId>
20-
<version>1.3.1</version>
20+
<version>1.3.2</version>
2121
</dependency>
2222
```
2323
WinSparkle.dll gets loaded by the bindings. You don't need to worry about that.
2424

25-
## Dependency *excluding* WinSparkle.dll 0.9.0
25+
## Dependency *excluding* WinSparkle.dll 0.9.1
2626
```java
2727
<dependency>
2828
<groupId>org.purejava</groupId>
2929
<artifactId>winsparkle-java-without-dll</artifactId>
30-
<version>1.3.1</version>
30+
<version>1.3.2</version>
3131
</dependency>
3232
```
3333
You need to place WinSparkle.dll in the Java library path yourself and the bindings take care of loading the dll from there.

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>winsparkle-java</artifactId>
9-
<version>1.3.1</version>
9+
<version>1.3.2</version>
1010

1111
<name>winsparkle-java</name>
1212
<description>Java bindings for WinSparkle in 100% pure Java</description>

0 commit comments

Comments
 (0)