diff --git a/.github/workflows/end-to-end-tests.main.kts b/.github/workflows/end-to-end-tests.main.kts index b58facf07..4cf3df044 100755 --- a/.github/workflows/end-to-end-tests.main.kts +++ b/.github/workflows/end-to-end-tests.main.kts @@ -1,7 +1,7 @@ #!/usr/bin/env kotlin @file:Repository("file://~/.m2/repository/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.1-SNAPSHOT") -@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.1.1-SNAPSHOT") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.1") +@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.1.1") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v4") @file:DependsOn("actions:github-script:v7") diff --git a/build.gradle.kts b/build.gradle.kts index 0baff8136..c042025df 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.typesafegithub" -version = "2.1.1-SNAPSHOT" +version = "2.1.1" 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 c82f96e10..15428116c 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 @@ -17,7 +17,7 @@ class GettingStartedSnippets : FunSpec({ // --8<-- [start:getting-started-1] #!/usr/bin/env kotlin - @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.1-SNAPSHOT") + @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.1") // --8<-- [end:getting-started-1] */ diff --git a/images/teaser-with-newest-version.svg b/images/teaser-with-newest-version.svg index 62778ec74..6e03fc925 100644 --- a/images/teaser-with-newest-version.svg +++ b/images/teaser-with-newest-version.svg @@ -1,4 +1,4 @@ -