Parcourir la source

Release version 0.1.0

James Allen il y a 12 ans
Parent
commit
e65e87a8a8
2 fichiers modifiés avec 10 ajouts et 10 suppressions
  1. 9 9
      Gruntfile.coffee
  2. 1 1
      package.json

+ 9 - 9
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) ->

+ 1 - 1
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",