Skip to content

Commit 8daf938

Browse files
committed
Release 4.0.2
1 parent a9002f4 commit 8daf938

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ authors:
2727
- family-names: Coort
2828
given-names: Susan
2929
title: "libGPML"
30-
version: 4.0.1
31-
date-released: 2022-10-05
30+
version: 4.0.2
31+
date-released: 2022-12-08
3232
url: "https://github.com/PathVisio/libGPML"

org.pathvisio.lib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ mvn clean install -Dgpg.skip
1515
Instructions to increase the version to a development (ending with `-SNAPSHOT`) version:
1616

1717
```shell
18-
mvn versions:set -DnewVersion=4.0.2-SNAPSHOT
18+
mvn versions:set -DnewVersion=4.0.3-SNAPSHOT
1919
```
2020

2121
Or to a release version:
2222

2323
```shell
24-
mvn versions:set -DnewVersion=4.0.1
24+
mvn versions:set -DnewVersion=4.0.2
2525
```
2626

2727
## Making releases

org.pathvisio.lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.pathvisio</groupId>
44
<artifactId>org.pathvisio.libgpml</artifactId>
5-
<version>4.0.1</version>
5+
<version>4.0.2</version>
66
<packaging>jar</packaging>
77
<name>libGPML</name>
88
<description>libGPML is a library for reading, writing, manipulation, and conversion of files and data streams in the GPML (Graphical Pathway Markup Language) format.</description>

0 commit comments

Comments
 (0)