Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Jun 4, 2024
1 parent f8e02a8 commit f284cc1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Development notes

## Releasing a new version

+ Update the version number in `build.gradle`
+ Update the version number in `README.md`
+ Commit and push the changes
+ Run `just releace-create <version>`
+ Create the release on GitHub
+ Run `just release-publish`
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.1.0</version>
<version>7.2.0</version>
</dependency>
```

Gradle:

```groovy
implementation 'org.jodd:julian-day:7.1.0'
implementation 'org.jodd:julian-day:7.2.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.1.0'
version = '7.2.0'

rootProject.description = 'Julian Day'

Expand Down

0 comments on commit f284cc1

Please sign in to comment.