diff --git a/README.md b/README.md
index 0877c82..34995c0 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,13 @@
[](https://travis-ci.com/actmd/walter)
-_Product tours like a badass._
-
-
-
+
+Product tours like a badass.
+
+
+
+Walter White icon by Icons8
+
Walter makes it easy to show guided tours to users of your Rails application. When Walter shows a tour, it keeps track of whether the user has completed it (so it doesn't get shown again) or dismissed it for later (so it reappears in a future user session).
* Define tour content with simple YAML files, in any/many languages.
diff --git a/lib/walter/version.rb b/lib/walter/version.rb
index f79cf96..9209d5e 100644
--- a/lib/walter/version.rb
+++ b/lib/walter/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Walter
- VERSION = "2.0"
+ VERSION = "2.5"
end
diff --git a/walter.gemspec b/walter.gemspec
index 4a6440a..ff489b4 100644
--- a/walter.gemspec
+++ b/walter.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.name = "walter"
s.version = Walter::VERSION
s.authors = ["Mike Sutton"]
- s.email = ["team@wizewerx.com"]
+ s.email = ["tech@wizewerx.com"]
s.summary = "Application tours for Rails"
s.description = "Application tours for Rails"
s.license = "MIT"