From deb0a6c069b331f58f9d344958e9848ccc35a7d6 Mon Sep 17 00:00:00 2001 From: Jordan Humphreys Date: Fri, 14 Dec 2018 14:29:57 -0800 Subject: [PATCH] Update version. --- VERSION | 2 +- helio-ruby.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6e8bf73..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/helio-ruby.gemspec b/helio-ruby.gemspec index da71394..aa99588 100644 --- a/helio-ruby.gemspec +++ b/helio-ruby.gemspec @@ -7,9 +7,9 @@ Gem::Specification.new do |s| s.version = Helio::VERSION s.required_ruby_version = '>= 2.0.0' s.summary = 'Ruby bindings for the Helio API' - s.description = 'Discover design insights with surveys and tests. See https://zurb.com/helio for details.' + s.description = 'Discover design insights with surveys and tests. See https://helio.app for details.' s.author = 'Helio' - s.email = 'helio@zurb.com' + s.email = 'help@helio.app' s.homepage = 'https://github.com/zurb/helio-ruby' s.license = 'MIT'