Skip to content

Commit

Permalink
Release 0.7.1 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Dec 15, 2020
1 parent 6af64cd commit 45f52fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check_format:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:0.35.0
image: crystallang/crystal:0.35.1
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand All @@ -22,7 +22,7 @@ jobs:
specs:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:0.35.0
image: crystallang/crystal:0.35.1
steps:
- uses: actions/checkout@v2
- name: Install Chromedriver
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: lucky_flow
version: 0.7.0
version: 0.7.1

authors:
- Paul Smith <[email protected]>

crystal: 0.35.0
crystal: 0.35.1

license: MIT

Expand All @@ -21,4 +21,4 @@ dependencies:
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.13.2
version: ~> 0.13
2 changes: 1 addition & 1 deletion src/lucky_flow/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class LuckyFlow
VERSION = "0.7.0"
VERSION = "0.7.1"
end

0 comments on commit 45f52fa

Please sign in to comment.