diff options
author | John McLear <john@mclear.co.uk> | 2013-01-18 13:29:43 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-01-18 13:29:43 +0000 |
commit | 292db5fc44d30ca25463522156e91ea771638464 (patch) | |
tree | 49f6248f0c973ddc6a2a96d11bd33ccbac7259fb /src/package.json | |
parent | 344e8be32829a06c80b0479323fecd957e95e17b (diff) | |
download | etherpad-lite-292db5fc44d30ca25463522156e91ea771638464.zip |
prepare for release
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package.json b/src/package.json index 826db97b..81e6ff16 100644 --- a/src/package.json +++ b/src/package.json @@ -16,7 +16,7 @@ "require-kernel" : "1.0.5", "resolve" : "0.2.x", "socket.io" : "0.9.x", - "ueberDB" : "0.1.8", + "ueberDB" : "0.1.x", "async" : "0.1.x", "express" : "3.x", "connect" : "2.4.x", @@ -46,5 +46,5 @@ "engines" : { "node" : ">=0.6.0", "npm" : ">=1.0" }, - "version" : "1.2.4" + "version" : "1.2.5" } |