diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c28846330..0061fe31e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -17,7 +17,7 @@ jobs: - name: Build run: crystal docs src/athena-event_dispatcher.cr src/spec.cr - name: Deploy - uses: JamesIves/github-pages-deploy-action@3.6.1 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages diff --git a/shard.yml b/shard.yml index 0e5544aee..af6dd2385 100644 --- a/shard.yml +++ b/shard.yml @@ -1,8 +1,8 @@ name: athena-event_dispatcher -version: 0.1.1 +version: 0.1.2 -crystal: 0.32.0 +crystal: '>= 0.35.0' license: MIT @@ -14,7 +14,7 @@ description: | A Mediator and Observer pattern event library authors: - - Blacksmoke16 + - George Dietrich development_dependencies: ameba: