From e65e87a8a8f45c37aa26aa3c36097145b3aaa057 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 19 Aug 2014 15:13:58 +0100 Subject: [PATCH] Release version 0.1.0 --- Gruntfile.coffee | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 6f618a8850..18cb02efea 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -11,39 +11,39 @@ async = require "async" SERVICES = [{ name: "web" repo: "https://github.com/sharelatex/web-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "document-updater" repo: "https://github.com/sharelatex/document-updater-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "clsi" repo: "https://github.com/sharelatex/clsi-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "filestore" repo: "https://github.com/sharelatex/filestore-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "track-changes" repo: "https://github.com/sharelatex/track-changes-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "docstore" repo: "https://github.com/sharelatex/docstore-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "chat" repo: "https://github.com/sharelatex/chat-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "tags" repo: "https://github.com/sharelatex/tags-sharelatex.git" - version: "master" + version: "v0.1.0" }, { name: "spelling" repo: "https://github.com/sharelatex/spelling-sharelatex.git" - version: "master" + version: "v0.1.0" }] module.exports = (grunt) -> diff --git a/package.json b/package.json index 2e922d5b14..787fec41a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharelatex", - "version": "0.0.1", + "version": "0.1.0", "description": "An online collaborative LaTeX editor", "dependencies": { "async": "^0.9.0",