Skip to content

Commit

Permalink
Upgrade to Crystal 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Stanley committed Jul 10, 2019
1 parent b372e7e commit 2cf4b74
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions .crystal-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.29.0
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
crystal 0.29.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sudo snap install snipcli --beta

### From source

Snipline CLI requires Crystal 0.28.0 to be installed to install from source
Snipline CLI requires Crystal 0.29.0 to be installed to install from source

```bash
# Install dependencies
Expand Down
6 changes: 5 additions & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ shards:
github: jwaldrip/admiral.cr
version: 1.8.0

ameba:
github: veelenga/ameba
version: 0.10.0

baked_file_system:
github: schovi/baked_file_system
version: 0.9.8

crest:
github: mamantoha/crest
version: 0.19.1
version: 0.20.0

exception_page:
github: crystal-loot/exception_page
Expand Down
11 changes: 8 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: snipline_cli
version: 0.1.4
version: 0.1.5

authors:
- Mitchell Stanley <[email protected]>
Expand All @@ -8,7 +8,7 @@ targets:
snipline_cli:
main: src/snipline_cli.cr

crystal: 0.28.0
crystal: 0.29.0

license: MIT

Expand All @@ -27,4 +27,9 @@ dependencies:
version: 0.9.8
spec-kemal:
github: kemalcr/spec-kemal
branch: master
branch: master

development_dependencies:
ameba:
github: veelenga/ameba
version: ~> 0.10.0
2 changes: 1 addition & 1 deletion src/snipline_cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require "./snipline_cli/commands/*"
require "toml"

module SniplineCli
VERSION = "0.1.4"
VERSION = "0.1.5"

def self.config
SniplineCli::Config.config
Expand Down

0 comments on commit 2cf4b74

Please sign in to comment.