Skip to content

Commit

Permalink
Updated 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 8635a0a commit c0d2b15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cr-xmpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,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: cr-xmpp
version: 0.1.7
version: 0.1.8
description: |
XMPP/Jabber Library for Crystal focusing on simplicity, simple automation, and IoT.
authors:
- Ali Naqvi <syed.alinaqvi@gmail.com>

crystal: 0.36.0
crystal: ">= 0.36.0, < 2.0.0"

license: MIT
2 changes: 1 addition & 1 deletion src/cr-xmpp.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module XMPP
VERSION = "0.1.7"
VERSION = "0.1.8"
end

require "./xmpp"

0 comments on commit c0d2b15

Please sign in to comment.