Skip to content

Commit

Permalink
Bump crystal, app, and doc deployment versions (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Dec 4, 2020
1 parent 9b3f444 commit 143c16d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -14,7 +14,7 @@ description: |
A Mediator and Observer pattern event library
authors:
- Blacksmoke16 <[email protected]>
- George Dietrich <[email protected]>

development_dependencies:
ameba:
Expand Down

0 comments on commit 143c16d

Please sign in to comment.