Skip to content

Commit

Permalink
Drhuffman12/prep for crystal 1.0.0 p2 (#44)
Browse files Browse the repository at this point in the history
* bump version from 0.1.12 to 0.1.13

* Remove references to Crystal v 0.33.0
  • Loading branch information
drhuffman12 committed Jul 1, 2020
1 parent 2dccbf2 commit 33e2e1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .crystal-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.33.0
1.0
2 changes: 1 addition & 1 deletion .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: crystal -v
- name: Show repo version
run: scripts/version_info
# # TODO: re-enable ameba after that shard is updated for Crystal 1.0 compatibility
# - name: Run static code analysis
# run: bin/ameba --no-color
# # TODO: re-enable ameba after that shard is updated for Crystal 1.0 compatibility
- name: Run tests
run: scripts/test_always
# run: crystal spec
Expand Down
3 changes: 1 addition & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: ai4cr
version: 0.1.12
version: 0.1.13

authors:
- Daniel Huffman <drhuffman12@yahoo.com>

# crystal: 0.33.0
crystal: 1.0

license: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/ai4cr/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ai4cr
VERSION = "0.1.12"
VERSION = "0.1.13"
end

0 comments on commit 33e2e1e

Please sign in to comment.