chore: bump version

dev
LeMarsu 2019-09-30 19:05:25 +02:00
parent 0682973758
commit bfe226e088
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.1
version: 0.1.2
```
2. Run `shards install`

View File

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

View File

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