chore: bump version

dev v0.1.3
LeMarsu 2019-10-11 02:24:10 +02:00
parent b260d3475a
commit 3493889325
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.2
version: "~> 0.1.3"
```
2. Run `shards install`

View File

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

View File

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