Skip to content

Commit

Permalink
Set the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritssilvis committed Mar 19, 2023
1 parent d5cbe38 commit 0de27e0
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.5.0] - 2023-03-19

### Added

Expand Down
2 changes: 1 addition & 1 deletion api/java-darts-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "nl.mauritssilvis.darts.java"
version = "0.5.0-SNAPSHOT"
version = "0.5.0"

repositories {
mavenCentral()
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.5.0] - 2023-03-19

### Removed

Expand Down
2 changes: 1 addition & 1 deletion cli/java-darts-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "nl.mauritssilvis.darts.java"
version = "0.5.0-SNAPSHOT"
version = "0.5.0"

repositories {
mavenCentral()
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.5.0] - 2023-03-19

### Added

Expand Down
2 changes: 1 addition & 1 deletion core/java-darts-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "nl.mauritssilvis.darts.java"
version = "0.5.0-SNAPSHOT"
version = "0.5.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0de27e0

Please sign in to comment.