diff options
author | John McLear <john@mclear.co.uk> | 2012-10-15 13:09:55 +0200 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-10-15 13:09:55 +0200 |
commit | b7d0751b185cd55e74390a87353b7df02640090d (patch) | |
tree | 115295b369399a22f4cbb6ad3227ab82596ed785 /src/package.json | |
parent | c45739becb27d5031cd8983c4fcce8f3a5b98e1b (diff) | |
download | etherpad-lite-b7d0751b185cd55e74390a87353b7df02640090d.zip |
couch, level, mongo, postgres, redis DB support
Support for additional underlying databases
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index c5a4d0aa..504b88c2 100644 --- a/src/package.json +++ b/src/package.json @@ -15,7 +15,7 @@ "require-kernel" : "1.0.5", "resolve" : "0.2.x", "socket.io" : "0.9.x", - "ueberDB" : "0.1.7", + "ueberDB" : "0.1.8", "async" : "0.1.22", "express" : "3.x", "connect" : "2.4.x", |