Skip to content

Commit

Permalink
chore: prepare for releasing version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Oct 14, 2023
1 parent f7c0ecd commit 75b1d76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automation/action-binding-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

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

dependencies {
implementation("com.squareup:kotlinpoet:1.14.2")
Expand Down
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 = "1.3.1-SNAPSHOT"
version = "1.3.1"

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:1.3.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.1")
// --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: 1.3.1-SNAPSHOT
version: 1.3.1

0 comments on commit 75b1d76

Please sign in to comment.