From e36bcb35a77b64cfe297dd96e9854d8d510657ae Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Fri, 5 Feb 2021 15:37:38 -0800 Subject: [PATCH] Bump versions for Crystal 0.36, and release 0.1.3 (#48) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/docs.yml | 2 +- shard.yml | 6 +++--- src/carbon/version.cr | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0654164..d4c07f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aa24492..39fd171 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: diff --git a/shard.yml b/shard.yml index 8f3253e..fe10958 100644 --- a/shard.yml +++ b/shard.yml @@ -1,10 +1,10 @@ name: carbon -version: 0.1.2 +version: 0.1.3 authors: - Paul Smith -crystal: 0.35.0 +crystal: 0.36.1 license: MIT @@ -20,4 +20,4 @@ development_dependencies: ameba: github: veelenga/ameba - version: 0.13.1 + version: ~> 0.13 diff --git a/src/carbon/version.cr b/src/carbon/version.cr index bc2d9dd..2ba0e49 100644 --- a/src/carbon/version.cr +++ b/src/carbon/version.cr @@ -1,3 +1,3 @@ module Carbon - VERSION = "0.1.2" + VERSION = "0.1.3" end