Bump the version, I guess.

This commit is contained in:
Danila Fedorin 2019-04-14 22:39:57 -07:00
parent 8c8f7beb5c
commit 87d1ff8086
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: telepathy
version: 0.1.0
version: 0.1.1
authors:
- Danila Fedorin <danila.fedorin@gmail.com>

View File

@ -1,3 +1,3 @@
module Telepathy
VERSION = "0.1.0"
VERSION = "0.1.1"
end