Skip to content

Commit

Permalink
Bump versions for Crystal 0.36, and release 0.1.3 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Feb 5, 2021
1 parent 2c0a6f0 commit e36bcb3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.36.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.36.1
steps:
- uses: actions/checkout@v2
- name: Install shards
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
image: crystallang/crystal:0.36.1
steps:
- uses: actions/checkout@v2
with:
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: carbon
version: 0.1.2
version: 0.1.3

authors:
- Paul Smith <[email protected]>

crystal: 0.35.0
crystal: 0.36.1

license: MIT

Expand All @@ -20,4 +20,4 @@ development_dependencies:

ameba:
github: veelenga/ameba
version: 0.13.1
version: ~> 0.13
2 changes: 1 addition & 1 deletion src/carbon/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Carbon
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit e36bcb3

Please sign in to comment.