From 2e80bc50bb4a0057e42d1913f1dacca3d1b99e65 Mon Sep 17 00:00:00 2001 From: Harshit Bansal Date: Tue, 19 Sep 2017 09:00:35 +0000 Subject: [PATCH] requirements: Add `emoji-datasource-google` package as a dependency. This package contains individual images for emojis that we will be using in email notifications. --- package.json | 1 + version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ed27c56eaf..31c376ea10 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "@types/webpack": "3.0.5", "clipboard": "1.5.16", "emoji-datasource": "3.0.0", + "emoji-datasource-google": "3.0.0", "expose-loader": "0.7.3", "fuzzysearch": "1.0.3", "handlebars": "4.0.6", diff --git a/version.py b/version.py index ef49b677e0..faa5a04183 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ ZULIP_VERSION = "1.6.0+git" -PROVISION_VERSION = '9.13' +PROVISION_VERSION = '9.14'