bump version

This commit is contained in:
AJ ONeal 2016-02-22 09:41:14 -07:00
parent a61c92b1b5
commit ed9aac9bb2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "letsencrypt-cli", "name": "letsencrypt-cli",
"version": "1.0.7", "version": "1.0.8",
"description": "CLI for node-letsencrypt modeled after the official client", "description": "CLI for node-letsencrypt modeled after the official client",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -35,7 +35,7 @@
"dependencies": { "dependencies": {
"cli": "^0.11.1", "cli": "^0.11.1",
"homedir": "^0.6.0", "homedir": "^0.6.0",
"letsencrypt": "^1.3.0", "letsencrypt": "^1.4.3",
"localhost.daplie.com-certificates": "^1.1.2", "localhost.daplie.com-certificates": "^1.1.2",
"mkdirp": "^0.5.1" "mkdirp": "^0.5.1"
} }