Skip to content

Commit

Permalink
docs: update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Jul 19, 2024
1 parent 8775700 commit 77baacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Maven:
<dependency>
<groupId>fr.insee.ddi</groupId>
<artifactId>ddi-lifecycle</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Gradle:

```kotlin
implementation("fr.insee.ddi:ddi-lifecycle:1.0.0")
implementation("fr.insee.ddi:ddi-lifecycle:1.1.0")
```

### Deserialize / serialize DDI objects
Expand Down

0 comments on commit 77baacb

Please sign in to comment.