From a695b1d003530636549282841c953b5cd990fe92 Mon Sep 17 00:00:00 2001 From: Zoran Date: Thu, 30 Jun 2016 13:45:23 -0700 Subject: [PATCH] bump gem version, update readme --- README.md | 2 ++ gem/lib/foundation_emails/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2015ac..f5a823d8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Run `npm run build` to do a full email inlining process. @import "foundation-emails"; ``` +Adding Inky's templating capabilities to Rails is easy thanks to the [**inky-rb**](https://github.com/zurb/inky-rb) gem, which bundles `foundation_emails` by default. + ## Documentation **Check out our [Migration Guide](https://github.com/zurb/foundation-emails/blob/master/migration.md) for upgrading an existing template or for more in-depth code examples.** diff --git a/gem/lib/foundation_emails/version.rb b/gem/lib/foundation_emails/version.rb index 3ed964a6..f96640fe 100644 --- a/gem/lib/foundation_emails/version.rb +++ b/gem/lib/foundation_emails/version.rb @@ -1,3 +1,3 @@ module FoundationEmails - VERSION = "2.1.0.1" + VERSION = "2.2.0.0" end -- 2.47.2