Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhamon committed Dec 12, 2016
1 parent adcca20 commit ad1fde5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add this to your application's `shard.yml`:
dependencies:
quartz:
github: andrewhamon/quartz
version: ~> 0.1.0
version: ~> 0.1.1
```
## Usage
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: quartz
version: 0.1.0
version: 0.1.1

authors:
- Andrew Hamon <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/quartz/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Quartz
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit ad1fde5

Please sign in to comment.