소스 검색

new release of sharelatex v0.2.0

Henry Oswald 11 년 전
부모
커밋
c2ad040e08
1개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. 10 10
      Gruntfile.coffee

+ 10 - 10
Gruntfile.coffee

@@ -13,43 +13,43 @@ settings = require("settings-sharelatex")
 SERVICES = [{
 	name: "web"
 	repo: "https://github.com/sharelatex/web-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "real-time"
 	repo: "https://github.com/sharelatex/real-time-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "document-updater"
 	repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "clsi"
 	repo: "https://github.com/sharelatex/clsi-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "filestore"
 	repo: "https://github.com/sharelatex/filestore-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "track-changes"
 	repo: "https://github.com/sharelatex/track-changes-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "docstore"
 	repo: "https://github.com/sharelatex/docstore-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "chat"
 	repo: "https://github.com/sharelatex/chat-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "tags"
 	repo: "https://github.com/sharelatex/tags-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }, {
 	name: "spelling"
 	repo: "https://github.com/sharelatex/spelling-sharelatex.git"
-	version: "v0.1.4"
+	version: "v0.2.0"
 }]
 
 module.exports = (grunt) ->