Skip to content

Commit

Permalink
v20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed May 21, 2024
1 parent 8deb69f commit 7581b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the following element to your project's `pom.xml` file:
<dependency>
<groupId>io.github.albertus82</groupId>
<artifactId>jface-utils</artifactId>
<version>20.0.0</version>
<version>20.1.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 @@ -7,7 +7,7 @@

<groupId>io.github.albertus82</groupId>
<artifactId>jface-utils</artifactId>
<version>20.1.0-SNAPSHOT</version>
<version>20.1.0</version>
<name>JFaceUtils</name>
<url>https://github.com/albertus82/jface-utils</url>
<description>Java SWT/JFace Utility Library including a Preferences Framework, Lightweight HTTP Server and macOS support.</description>
Expand Down

0 comments on commit 7581b94

Please sign in to comment.