Skip to content

Commit

Permalink
Update versions and make script file executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
MykytaPimonovTD committed Oct 25, 2024
1 parent 878ba98 commit f71be32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
shell: bash
run: |
repoName=$(echo ${{ github.repository }} | cut -d '/' -f2)
chmod +x ./.github/scripts/request-package-names.sh
./.github/scripts/request-package-names.sh ${{ github.token }} \
$repoName ${{ github.repository_owner }} ./package-names.json
echo "package-names=$(<./package-names.json)" >> $GITHUB_OUTPUT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package io.spine.internal.dependency

// https://github.com/spine-examples/Pingh
public object Pingh {
private const val version = "1.0.0-SNAPSHOT.12"
private const val version = "1.0.0-SNAPSHOT.13"
private const val group = "io.spine.examples.pingh"

public const val client: String = "$group:client:$version"
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
/**
* The version of the `Pingh` to publish.
*/
val pinghVersion: String by extra("1.0.0-SNAPSHOT.12")
val pinghVersion: String by extra("1.0.0-SNAPSHOT.13")

0 comments on commit f71be32

Please sign in to comment.