Skip to content

Commit

Permalink
chore: prepare for releasing version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jan 20, 2024
1 parent 04bdc5c commit 3507c02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "1.9.1-SNAPSHOT"
version = "1.10.0"

nexusPublishing {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.0")
// --8<-- [end:getting-started-1]
*/
Expand Down
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: 1.9.1-SNAPSHOT
version: 1.10.0

0 comments on commit 3507c02

Please sign in to comment.