Skip to content

Commit

Permalink
prepare for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Jan 17, 2024
1 parent dee2cfe commit 95a6ff8
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 @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
<dependency>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>v1.0.4</version>
<version>v1.1.0</version>
</dependency>
```
Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio)
Expand Down Expand Up @@ -89,4 +89,4 @@ Suppose a file people.json
}
```
And suppose a JSON path ``$.people.[*]``, then a specific path for the first "people" object would be ``$.people.[0]``.
This object's ``_PATH`` property would resolve to ``[0,people]``, and ``_PATH[1]`` would resolve to ``people``.
This object's ``_PATH`` property would resolve to ``[0,people]``, and ``_PATH[1]`` would resolve to ``people``.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<name>dataio</name>
<packaging>jar</packaging>
<url>https://github.com/RMLio/dataio</url>
Expand Down

0 comments on commit 95a6ff8

Please sign in to comment.