From 9ca70cde26a2068e0040c025995deef29c9ba8e1 Mon Sep 17 00:00:00 2001 From: BitBD Date: Mon, 9 Mar 2020 22:39:52 +0600 Subject: [PATCH] version 0.1.1 --- Gemfile.lock | 2 +- lib/peatio/nexbit/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e84b00..4075e8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - peatio-nexbit (0.1.0) + peatio-nexbit (0.1.1) activesupport (~> 5.2.3) better-faraday (~> 1.0.5) faraday (~> 0.15.4) diff --git a/lib/peatio/nexbit/version.rb b/lib/peatio/nexbit/version.rb index ced0750..dca6382 100644 --- a/lib/peatio/nexbit/version.rb +++ b/lib/peatio/nexbit/version.rb @@ -1,5 +1,5 @@ module Peatio module Nexbit - VERSION = "0.1.0".freeze + VERSION = "0.1.1".freeze end end