diff --git a/.gitignore b/.gitignore index 7d70a02..4927311 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -nbproject/private/ +nbproject build/ nbbuild/ dist/ @@ -20,5 +20,7 @@ logs results build +.idea + node_modules public/components \ No newline at end of file diff --git a/bower.json b/bower.json index 8b10b6e..0621f32 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "viper", - "version": "0.0.4", + "version": "0.0.5", "homepage": "https://github.com/aaronjwood/viper", "authors": [ "Aaron Wood " diff --git a/package.json b/package.json index 53cdc8c..9f80f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Viper", - "version": "0.5.0", + "version": "0.0.5", "main": "server", "description": "Real-time tracking and analytics using Node.js and Socket.IO", "author": "Aaron Wood ",