From 82e99f51f01b168178fdb783749739c9ff2e22fc Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Thu, 4 Jan 2024 21:09:57 +0100 Subject: [PATCH] chore: prepare for releasing version 1.9.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 ed7ca79a4..749265948 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.typesafegithub" -version = "1.8.1-SNAPSHOT" +version = "1.9.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 8c8a23baa..3ef7dd1f8 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.8.1-SNAPSHOT") + @file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.9.0") // --8<-- [end:getting-started-1] */ diff --git a/mkdocs.yml b/mkdocs.yml index 2c5fd588f..028489214 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,4 +59,4 @@ nav: - Projects using this library: 'projects-using-this-library.md' extra: - version: 1.8.1-SNAPSHOT + version: 1.9.0