Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Venturi committed Aug 15, 2023
1 parent fdadd2f commit 47a7fd7
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 @@ -65,15 +65,15 @@ You can find Fibry on Maven Central.

To include it using Gradle:
```gradle
compile group: 'eu.lucaventuri', name: 'fibry', version: '2.4.1'
compile group: 'eu.lucaventuri', name: 'fibry', version: '2.7.0'
```

To include it using Maven:
```xml
<dependency>
<groupId>eu.lucaventuri</groupId>
<artifactId>fibry</artifactId>
<version>2.4.1</version>
<version>2.7.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.6.0
version=2.7.0

0 comments on commit 47a7fd7

Please sign in to comment.