Skip to content

Commit

Permalink
Bump to 1.0 (+crystal 🎉)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Jun 17, 2021
1 parent a42c786 commit 7b11f28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: polylines
version: 0.1.0
version: 1.0.0
description: |
Geographic line (serie of locations) compression algorithm.
repository: https://github.com/BuonOmo/polylines.cr
homepage: https://github.com/BuonOmo/polylines.cr#readme
documentation:
documentation: https://BuonOmo.github.io/polylines.cr/

authors:
- Ulysse Buonomo <[email protected]>

crystal: 0.35.1
crystal: 1.0.0

license: MIT
2 changes: 1 addition & 1 deletion src/polylines.cr
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# [![40 digits: You are optimistic about our understanding of the nature of distance itself.](https://imgs.xkcd.com/comics/coordinate_precision.png)](https://www.explainxkcd.com/wiki/index.php/2170:_Coordinate_Precision)
module Polylines
VERSION = "0.2.0"
VERSION = "1.0.0"

extend self

Expand Down

0 comments on commit 7b11f28

Please sign in to comment.