From a1b02d229bf68d1aa346d8e0188c30e25c223b11 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sat, 24 May 2014 17:15:13 -0500 Subject: [PATCH] Version bump to 1.0.1 --- config/policies.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/policies.js b/config/policies.js index 69ca7fa..fbbe360 100644 --- a/config/policies.js +++ b/config/policies.js @@ -14,8 +14,6 @@ module.exports.policies = { - // Default policy for all controllers and actions - // (`true` allows public access) '*': false, RunController: { diff --git a/package.json b/package.json index 86c9b16..15f9174 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Prandium", "private": true, - "version": "0.0.1", + "version": "1.0.1", "description": "Lunch runs made easy!", "dependencies": { "sails": "0.9.9",