From 80b2f7b63ce1e8c8f459f14d4f9be6c0f4ad2595 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 25 Jun 2014 15:33:31 -0400 Subject: [PATCH] v1.1.0 --- Gemfile.lock | 2 +- lib/yawpa/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2c62a31..6f1dfd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - yawpa (1.0.0) + yawpa (1.1.0) GEM remote: https://rubygems.org/ diff --git a/lib/yawpa/version.rb b/lib/yawpa/version.rb index 8237915..546dea7 100644 --- a/lib/yawpa/version.rb +++ b/lib/yawpa/version.rb @@ -1,4 +1,4 @@ module Yawpa # gem version - VERSION = "1.0.0" + VERSION = "1.1.0" end