Skip to content

Commit

Permalink
Set the latest release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritssilvis committed May 6, 2023
1 parent e31436f commit 6dd0df6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/java-darts-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to the `java-darts-api` project (see [darts](https://github.
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.7.2] - 2023-05-06

### Changed

Expand Down
2 changes: 1 addition & 1 deletion api/java-darts-api/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "20"

java-darts = "0.7.2-SNAPSHOT"
java-darts = "0.7.2"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion cli/java-darts-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to the `java-darts-cli` project (see [darts](https://github.
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.7.2] - 2023-05-06

### Changed

Expand Down
2 changes: 1 addition & 1 deletion cli/java-darts-cli/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "20"

java-darts = "0.7.2-SNAPSHOT"
java-darts = "0.7.2"

picocli = "4.7.3"

Expand Down
2 changes: 1 addition & 1 deletion core/java-darts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to the `java-darts-core` project (see [darts](https://github
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.7.2] - 2023-05-06

### Changed

Expand Down
2 changes: 1 addition & 1 deletion core/java-darts-core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "20"

java-darts = "0.7.2-SNAPSHOT"
java-darts = "0.7.2"

junit-jupiter = "5.9.3"

Expand Down

0 comments on commit 6dd0df6

Please sign in to comment.