Skip to content

Commit

Permalink
chore: prepare for releasing version 1.0.0 (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Aug 31, 2023
1 parent ee0c431 commit 443781a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "io.github.typesafegithub"
version = "0.50.1-SNAPSHOT"
version = "1.0.0"

dependencies {
implementation("org.snakeyaml:snakeyaml-engine:2.7")
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:0.50.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.0.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 @@ -57,4 +57,4 @@ nav:
- Projects using this library: 'projects-using-this-library.md'

extra:
version: 0.50.1-SNAPSHOT
version: 1.0.0

0 comments on commit 443781a

Please sign in to comment.