diff --git a/README.md b/README.md index 3a6dada..2a2d412 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Meteor Emails -**Important**. Please use version 0.4.0, as 0.4.1-0.4.2 have issues with building `node-sass` on the MDG OS X build machine (see https://github.com/lookback/meteor-emails/issues/23). - `lookback:emails` is a Meteor package that makes it easier to build, test and debug rich HTML emails. Usually, building HTML emails yourself is tedious. On top of that, add the need for data integration and thus a template language (for sending out daily digest emails, for instance). We wanted a way to preview the email in the browser *with real data* in order to quickly iterate on the design, instead of alternating between code editor and email client. diff --git a/package.js b/package.js index 280022f..969b013 100644 --- a/package.js +++ b/package.js @@ -3,7 +3,7 @@ var where = 'server'; Package.describe({ name: 'lookback:emails', summary: 'Send HTML emails with server side Blaze templates. Preview and debug in the browser.', - version: '0.4.2', + version: '0.4.3', git: 'https://github.com/lookback/meteor-emails.git' });