Skip to content

Commit

Permalink
bump versions and fix references to the wrong branch name (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Apr 7, 2022
1 parent 5e60a84 commit 15c0368
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: "*"

Expand All @@ -12,8 +12,7 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 0.36.1
- 1.0.0
- 1.3.2
experimental:
- false
runs-on: ubuntu-latest
Expand All @@ -32,8 +31,8 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 0.36.1
- 1.0.0
- 1.3.2
experimental:
- false
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Deploy docs

on:
push:
branches: [master]
branches: [main]

jobs:
deploy:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:0.36.1
image: crystallang/crystal:1.3.2
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: dexter
version: 0.3.3
version: 0.3.4

authors:
- Paul Smith <paulcsmith0218@gmail.com>

crystal: ">= 0.36.1, < 2.0.0"
crystal: ">= 1.0.0"

license: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/dexter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ require "log"
require "./dexter/*"

module Dexter
VERSION = "0.3.3"
VERSION = "0.3.4"
end

0 comments on commit 15c0368

Please sign in to comment.