Skip to content
Snippets Groups Projects
Commit 4f4981b9 authored by James Allen's avatar James Allen
Browse files

Release 0.1.4

parent e9ec1b63
No related branches found
No related tags found
No related merge requests found
...@@ -13,43 +13,43 @@ settings = require("settings-sharelatex") ...@@ -13,43 +13,43 @@ settings = require("settings-sharelatex")
SERVICES = [{ SERVICES = [{
name: "web" name: "web"
repo: "https://github.com/sharelatex/web-sharelatex.git" repo: "https://github.com/sharelatex/web-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "real-time" name: "real-time"
repo: "https://github.com/sharelatex/real-time-sharelatex.git" repo: "https://github.com/sharelatex/real-time-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "document-updater" name: "document-updater"
repo: "https://github.com/sharelatex/document-updater-sharelatex.git" repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "clsi" name: "clsi"
repo: "https://github.com/sharelatex/clsi-sharelatex.git" repo: "https://github.com/sharelatex/clsi-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "filestore" name: "filestore"
repo: "https://github.com/sharelatex/filestore-sharelatex.git" repo: "https://github.com/sharelatex/filestore-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "track-changes" name: "track-changes"
repo: "https://github.com/sharelatex/track-changes-sharelatex.git" repo: "https://github.com/sharelatex/track-changes-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "docstore" name: "docstore"
repo: "https://github.com/sharelatex/docstore-sharelatex.git" repo: "https://github.com/sharelatex/docstore-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "chat" name: "chat"
repo: "https://github.com/sharelatex/chat-sharelatex.git" repo: "https://github.com/sharelatex/chat-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "tags" name: "tags"
repo: "https://github.com/sharelatex/tags-sharelatex.git" repo: "https://github.com/sharelatex/tags-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}, { }, {
name: "spelling" name: "spelling"
repo: "https://github.com/sharelatex/spelling-sharelatex.git" repo: "https://github.com/sharelatex/spelling-sharelatex.git"
version: "v0.1.3" version: "v0.1.4"
}] }]
module.exports = (grunt) -> module.exports = (grunt) ->
......
{ {
"name": "sharelatex", "name": "sharelatex",
"version": "0.1.3", "version": "0.1.4",
"description": "An online collaborative LaTeX editor", "description": "An online collaborative LaTeX editor",
"dependencies": { "dependencies": {
"async": "^0.9.0", "async": "^0.9.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment