Release version 0.1.3

This commit is contained in:
James Allen 2015-02-26 11:35:14 +00:00
parent 34fa398cf6
commit 79b9c48efd
2 changed files with 6 additions and 1 deletions

View file

@ -14,3 +14,8 @@ module.exports =
url: "http://localhost:3000"
user: "sharelatex"
pass: "password"
redis:
web:
host: "localhost"
port: 6379
pass: ""

View file

@ -1,6 +1,6 @@
{
"name": "history-sharelatex",
"version": "0.1.2",
"version": "0.1.3",
"description": "An API for saving and compressing individual document updates into a browsable history",
"repository": {
"type": "git",