Skip to content

Commit

Permalink
chore: prepare for releasing version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed May 18, 2024
1 parent 4a07808 commit f3b5b41
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin
@file:Repository("file://~/.m2/repository/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.0.0-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.0.0")
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("actions:github-script:v7")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.typesafegithub"
version = "2.0.0-SNAPSHOT"
version = "2.0.0"

nexusPublishing {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
// --8<-- [end:getting-started-1]
*/
Expand Down
2 changes: 1 addition & 1 deletion images/teaser-with-newest-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ nav:
- Projects using this library: 'projects-using-this-library.md'

extra:
version: 2.0.0-SNAPSHOT
version: 2.0.0

0 comments on commit f3b5b41

Please sign in to comment.