Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Dec 20, 2022
1 parent 66c49e1 commit 3a60594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ The bindings come in two flavors:
<dependency>
<groupId>org.purejava</groupId>
<artifactId>winsparkle-java</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```
WinSparkle.dll gets loaded by the bindings. You don't need to worry about that.
Expand All @@ -28,7 +28,7 @@ WinSparkle.dll gets loaded by the bindings. You don't need to worry about that.
<dependency>
<groupId>org.purejava</groupId>
<artifactId>winsparkle-java-without-dll</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```
You need to place WinSparkle.dll in the Java library path yourself and the bindings take care of loading the dll from there.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.purejava</groupId>
<artifactId>winsparkle-java</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>

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

0 comments on commit 3a60594

Please sign in to comment.