Skip to content

Commit 79e8931

Browse files
authored
Merge pull request #21 from gatrongdev/dev
Bump version to 0.0.9 and update CI workflow dependency for documenta…
2 parents 9580bf8 + c510d8f commit 79e8931

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
name: github-pages
107107
url: ${{ steps.deployment.outputs.page_url }}
108108
runs-on: ubuntu-latest
109-
needs: build-docs
109+
needs: documentation
110110
if: github.ref == 'refs/heads/main'
111111

112112
steps:

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "io.github.gatrongdev"
20-
version = "0.0.8"
20+
version = "0.0.9"
2121

2222
kotlin {
2323
androidTarget {

0 commit comments

Comments
 (0)