Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waterlink committed Feb 20, 2016
1 parent 48a9f03 commit 7379434
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add it to `shard.yml`
dependencies:
spec2:
github: waterlink/spec2.cr
version: ~> 0.6.0
version: ~> 0.7.0
```
## Goals
Expand All @@ -43,7 +43,7 @@ dependencies:

## Roadmap

### `0.8`
### `0.9`

- [ ] Configuration through CLI interface.
- [ ] Filters.
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: spec2
version: 0.6.0
version: 0.7.0
license: MIT

authors:
Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spec2
VERSION = "0.6.0"
VERSION = "0.7.0"
end

0 comments on commit 7379434

Please sign in to comment.