mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Release version 0.1.3
This commit is contained in:
parent
34fa398cf6
commit
79b9c48efd
2 changed files with 6 additions and 1 deletions
|
@ -14,3 +14,8 @@ module.exports =
|
|||
url: "http://localhost:3000"
|
||||
user: "sharelatex"
|
||||
pass: "password"
|
||||
redis:
|
||||
web:
|
||||
host: "localhost"
|
||||
port: 6379
|
||||
pass: ""
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue