mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Update version to 0.0.3
This commit is contained in:
parent
80e4f9f5ff
commit
d81b539061
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
||||||
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
||||||
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"socket.io" : ">=0.6.17",
|
"socket.io" : ">=0.6.18",
|
||||||
"ueberDB" : ">=0.0.3",
|
"ueberDB" : ">=0.0.3",
|
||||||
"async" : ">=0.1.9",
|
"async" : ">=0.1.9",
|
||||||
"joose" : ">=3.18.0",
|
"joose" : ">=3.18.0",
|
||||||
"express" : ">=2.3.4"
|
"express" : ">=2.3.6"
|
||||||
},
|
},
|
||||||
"version" : "0.0.2",
|
"version" : "0.0.3",
|
||||||
"bin" : {
|
"bin" : {
|
||||||
"ep-lite" : "./bin/run.sh"
|
"ep-lite" : "./bin/run.sh"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue