Skip to content

Commit

Permalink
Upgraded for Crystal 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvis committed Mar 24, 2021
1 parent aeab992 commit 99966cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/brotli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Generate docs
run: crystal doc
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: brotli
version: 0.1.4
version: 0.1.5

authors:
- Ali Naqvi <syed.alinaqvi@gmail.com>
description: |
Crystal bindings to the Brotli compression library.
crystal: 0.36.0
crystal: ">= 0.36.0, < 2.0.0"

license: MIT
2 changes: 1 addition & 1 deletion src/brotli.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `Brotli` Crystal Wrapper
module Compress::Brotli
VERSION = "0.1.4"
VERSION = "0.1.5"

class BrotliError < Exception
end
Expand Down

0 comments on commit 99966cc

Please sign in to comment.