Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RX14 committed Dec 7, 2016
1 parent e92fdf4 commit f4bac66
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 @@ -13,7 +13,7 @@ Add this to your application's `shard.yml`:
dependencies:
predict:
github: RX14/predict.cr
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: predict
version: 0.1.0
version: 0.1.1

authors:
- RX14 <chris@rx14.co.uk>
Expand Down
2 changes: 1 addition & 1 deletion src/predict.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "./predict/*"

module Predict
VERSION = "0.1.0"
VERSION = "0.1.1"

REDUCED_JD_EPOCH = Time.new(1858, 11, 16, 12, 0, 0, kind: Time::Kind::Utc)
REDUCED_JD_OFFSET = 2400_000
Expand Down

0 comments on commit f4bac66

Please sign in to comment.