Skip to content

Commit

Permalink
Update version to 1.3.4 and update change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antimonit committed Aug 27, 2022
1 parent 45ee047 commit 6c3798d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/me/khol/lowlighting.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "me.khol.intellij.plugin"
version = "1.3.3"
version = "1.3.4"

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ import java.time.Month

val changeNotes = ChangeNotes(
releases = listOf(
Release(
version = SemVer(1, 3, 4),
date = LocalDate.of(2022, Month.AUGUST, 27),
notes = listOf(
"Fixed: Fix compatibility issues.",
),
),
Release(
version = SemVer(1, 3, 3),
date = LocalDate.of(2022, Month.AUGUST, 21),
Expand Down

0 comments on commit 6c3798d

Please sign in to comment.