Skip to content

Commit f3b5b41

Browse files
committed
chore: prepare for releasing version 2.0.0
1 parent 4a07808 commit f3b5b41

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/end-to-end-tests.main.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("file://~/.m2/repository/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0-SNAPSHOT")
4-
@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.0.0-SNAPSHOT")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
4+
@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.0.0")
55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("actions:github-script:v7")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.typesafegithub"
9-
version = "2.0.0-SNAPSHOT"
9+
version = "2.0.0"
1010

1111
nexusPublishing {
1212
repositories {

github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class GettingStartedSnippets : FunSpec({
1717
// --8<-- [start:getting-started-1]
1818
#!/usr/bin/env kotlin
1919
20-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0-SNAPSHOT")
20+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
2121
2222
// --8<-- [end:getting-started-1]
2323
*/

images/teaser-with-newest-version.svg

Lines changed: 1 addition & 1 deletion
Loading

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ nav:
5959
- Projects using this library: 'projects-using-this-library.md'
6060

6161
extra:
62-
version: 2.0.0-SNAPSHOT
62+
version: 2.0.0

0 commit comments

Comments
 (0)