Skip to content

Commit

Permalink
chore: prepare for releasing version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jan 1, 2025
1 parent e5b9528 commit 5c15d9f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin
@file:Repository("file://~/.m2/repository/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:3.0.2-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:3.0.2")
@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("actions:github-script:v7")
Expand Down
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 = "3.0.2-SNAPSHOT"
version = "3.0.2"

nexusPublishing {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class GettingStartedSnippets :
#!/usr/bin/env kotlin
@file:Repository("https://repo.maven.apache.org/maven2/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")
@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
Expand Down
2 changes: 1 addition & 1 deletion images/teaser-with-newest-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import io.github.typesafegithub.workflows.actionbindinggenerator.domain.ActionCo
import io.github.typesafegithub.workflows.actionbindinggenerator.domain.fullName
import io.github.typesafegithub.workflows.actionbindinggenerator.domain.prettyPrint

internal const val LATEST_RELASED_LIBRARY_VERSION = "3.0.1"
internal const val LATEST_RELASED_LIBRARY_VERSION = "3.0.2"

internal fun ActionCoords.buildPomFile() =
"""
Expand Down

0 comments on commit 5c15d9f

Please sign in to comment.