From 4f4981b92bac9dd2afe8eaf58b612da2cb37ac2a Mon Sep 17 00:00:00 2001 From: James Allen <james@sharelatex.com> Date: Fri, 20 Mar 2015 20:18:59 +0000 Subject: [PATCH] Release 0.1.4 --- Gruntfile.coffee | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 556da21..576e35a 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -13,43 +13,43 @@ settings = require("settings-sharelatex") SERVICES = [{ name: "web" repo: "https://github.com/sharelatex/web-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "real-time" repo: "https://github.com/sharelatex/real-time-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "document-updater" repo: "https://github.com/sharelatex/document-updater-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "clsi" repo: "https://github.com/sharelatex/clsi-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "filestore" repo: "https://github.com/sharelatex/filestore-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "track-changes" repo: "https://github.com/sharelatex/track-changes-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "docstore" repo: "https://github.com/sharelatex/docstore-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "chat" repo: "https://github.com/sharelatex/chat-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "tags" repo: "https://github.com/sharelatex/tags-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }, { name: "spelling" repo: "https://github.com/sharelatex/spelling-sharelatex.git" - version: "v0.1.3" + version: "v0.1.4" }] module.exports = (grunt) -> diff --git a/package.json b/package.json index 67d60b7..6322f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharelatex", - "version": "0.1.3", + "version": "0.1.4", "description": "An online collaborative LaTeX editor", "dependencies": { "async": "^0.9.0", -- GitLab