Skip to content

Commit

Permalink
chore: bump version to 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Feb 17, 2023
1 parent b8e0e14 commit c6c5d47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "it.krzeminski"
version = "0.36.0"
version = "0.37.0"

dependencies {
implementation("org.snakeyaml:snakeyaml-engine:2.6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class GettingStartedSnippets : FunSpec({
// --8<-- [start:gettingStarted1]
#!/usr/bin/env kotlin
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.36.0")
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.37.0")
// --8<-- [end:gettingStarted1]
*/
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nav:
- Projects using this library: 'projects-using-this-library.md'

extra:
version: 0.36.0
version: 0.37.0

# branch or tag name - the script-generator may have not yet updated to a breaking change in the library
scriptGeneratorVersion: 0.22.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package it.krzeminski.githubactions.scriptgenerator

val LIBRARY_VERSION = "0.36.0"
val LIBRARY_VERSION = "0.37.0"

0 comments on commit c6c5d47

Please sign in to comment.