From a9ddab08deabc19bc0b6e361fe70617e60a92a71 Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Thu, 11 Apr 2024 11:46:58 +0200 Subject: [PATCH] chore: prepare for releasing v1.14.0 --- build.gradle.kts | 2 +- .../workflows/docsnippets/GettingStartedSnippets.kt | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 29bfb7e6f..2bdaaeb77 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.typesafegithub" -version = "1.13.1-SNAPSHOT" +version = "1.14.0" nexusPublishing { repositories { diff --git a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt index c03a97280..1c1fc96b7 100644 --- a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt +++ b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt @@ -18,7 +18,7 @@ class GettingStartedSnippets : FunSpec({ // --8<-- [start:getting-started-1] #!/usr/bin/env kotlin - @file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.13.1-SNAPSHOT") + @file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.14.0") // --8<-- [end:getting-started-1] */ diff --git a/mkdocs.yml b/mkdocs.yml index 0b2d97a39..a8e54d160 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,4 +59,4 @@ nav: - Projects using this library: 'projects-using-this-library.md' extra: - version: 1.13.1-SNAPSHOT + version: 1.14.0