Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adoble committed Oct 25, 2024
1 parent a120b96 commit d1c8e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and from version 3.2 this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.4.0]

### Added
* Added new command `adr generate toc` to generate a table of contents (TOC). See [issue 60](https://github.com/adoble/adr-j/issues/60).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
}

group = "org.doble"
version = "3.4.0-alpha"
version = "3.4.0"
description = "adr-j"

java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/doble/adr/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public final class Version implements IVersionProvider {
* https://semver.org/spec/v2.0.0.html
*
***********************************************************/
private final static String version = "3.4.0-alpha1"; // New command, backwards compatible
private final static String version = "3.4.0"; // New command, backwards compatible

@Override
public String[] getVersion() throws Exception {
Expand Down

0 comments on commit d1c8e8f

Please sign in to comment.