Skip to content

Commit

Permalink
chore: prepare for releasing version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Oct 27, 2023
1 parent 8174bb4 commit d8a44e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package io.github.typesafegithub.workflows.actionbindinggenerator

internal const val LIBRARY_VERSION = "1.3.2-SNAPSHOT"
internal const val LIBRARY_VERSION = "1.4.0"
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.3.2-SNAPSHOT"
version = "1.4.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.3.2-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.4.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: 1.3.2-SNAPSHOT
version: 1.4.0

0 comments on commit d8a44e6

Please sign in to comment.