diff --git a/Gruntfile.coffee b/Gruntfile.coffee index a1633cd000d393c62fda6502fb22ed2742605b66..b330ed7dd44f08b5afdd2aeb47eb2044d540b69f 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -11,43 +11,43 @@ async = require "async" SERVICES = [{ name: "web" repo: "https://github.com/sharelatex/web-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }, { name: "real-time" repo: "https://github.com/sharelatex/real-time-sharelatex.git" - version: "master" + version: "v0.1.2" }, { name: "document-updater" repo: "https://github.com/sharelatex/document-updater-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }, { name: "clsi" repo: "https://github.com/sharelatex/clsi-sharelatex.git" - version: "v0.1.1" + version: "v0.1.2" }, { name: "filestore" repo: "https://github.com/sharelatex/filestore-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }, { name: "track-changes" repo: "https://github.com/sharelatex/track-changes-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }, { name: "docstore" repo: "https://github.com/sharelatex/docstore-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }, { name: "chat" repo: "https://github.com/sharelatex/chat-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }, { name: "tags" repo: "https://github.com/sharelatex/tags-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }, { name: "spelling" repo: "https://github.com/sharelatex/spelling-sharelatex.git" - version: "v0.1.0" + version: "v0.1.2" }] module.exports = (grunt) -> diff --git a/package.json b/package.json index ffbfa4a2e840e589015b2d1a95a6355d76878329..e3d083ab32adf1ece01f9e94ab4bf67012301e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharelatex", - "version": "0.1.1", + "version": "0.1.2", "description": "An online collaborative LaTeX editor", "dependencies": { "async": "^0.9.0",