chore: bump version

dev
LeMarsu 2019-09-30 01:51:38 +02:00
parent 7acc2d9e37
commit 6b80949786
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ For more information, see [ulid specs][ulid-specs]
dependencies:
ulid:
github: lemarsu/ulid
version: 0.1.0
version: 0.1.1
```
2. Run `shards install`

View File

@ -1,5 +1,5 @@
name: ulid
version: 0.1.0
version: 0.1.1
authors:
- LeMarsu <ch.ruelle at lemarsu.com>

View File

@ -1,7 +1,7 @@
require "base32"
module Ulid
VERSION = "0.1.0"
VERSION = "0.1.1"
class ULID
class Error < Exception; end