diff --git a/.gitignore b/.gitignore index 6dfaada23..71c153788 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ # text editors -.*.swp +.*.sw? .vagrant/* diff --git a/package.json b/package.json index d6f49206d..aecd4761f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.55", + "version": "1.25.56", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",