From 848e72de250bf64da9ec2e3d363eac14f849fc57 Mon Sep 17 00:00:00 2001 From: Theo Date: Wed, 21 Jan 2015 12:07:21 +0100 Subject: [PATCH] Version bump to v1.0.1 --- Gemfile.lock | 2 +- lib/ione/rpc/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c3955bb..24a13b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ione-rpc (1.0.0) + ione-rpc (1.0.1) ione (~> 1, >= 1.2) GEM diff --git a/lib/ione/rpc/version.rb b/lib/ione/rpc/version.rb index 9fdaeea..190033f 100644 --- a/lib/ione/rpc/version.rb +++ b/lib/ione/rpc/version.rb @@ -2,6 +2,6 @@ module Ione module Rpc - VERSION = '1.0.0'.freeze + VERSION = '1.0.1'.freeze end end