Skip to content

Commit

Permalink
Release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed May 23, 2024
1 parent 82fe762 commit eabfae6
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 @@ -27,14 +27,14 @@ Maven:
<dependency>
<groupId>org.jodd</groupId>
<artifactId>julian-day</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>
```

Gradle:

```groovy
implementation 'org.jodd:julian-day:7.0.0'
implementation 'org.jodd:julian-day:7.1.0'
```

Create `JulianDay` in different ways:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group = 'org.jodd'
version = '7.0.0'
version = '7.1.0'

rootProject.description = 'Julian Day'

Expand Down

0 comments on commit eabfae6

Please sign in to comment.