Skip to content

Commit

Permalink
Prepare for release 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Jan 10, 2023
1 parent ac20729 commit f756c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Changes introduced by cmadsen/vldocking:
<dependency>
<groupId>org.bidib.jbidib.com.vldocking</groupId>
<artifactId>vldocking</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</dependency>
```

Expand All @@ -44,7 +44,7 @@ Changes introduced by cmadsen/vldocking:
Just add this to your `build.gradle` file's `dependencies` block:

```
compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.7'
compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.8'
```

VLDocking, the swing docking framework
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- groupId>com.vldocking</groupId -->
<groupId>org.bidib.jbidib.com.vldocking</groupId>
<artifactId>vldocking</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<packaging>jar</packaging>
<url>https://github.com/akuhtz/vldocking.git</url>

Expand Down

0 comments on commit f756c46

Please sign in to comment.