Version bump to 1.0.1

This commit is contained in:
Ben Ramey
2014-05-24 17:15:13 -05:00
parent b8a17e9d37
commit a1b02d229b
2 changed files with 1 additions and 3 deletions

View File

@@ -14,8 +14,6 @@
module.exports.policies = { module.exports.policies = {
// Default policy for all controllers and actions
// (`true` allows public access)
'*': false, '*': false,
RunController: { RunController: {

View File

@@ -1,7 +1,7 @@
{ {
"name": "Prandium", "name": "Prandium",
"private": true, "private": true,
"version": "0.0.1", "version": "1.0.1",
"description": "Lunch runs made easy!", "description": "Lunch runs made easy!",
"dependencies": { "dependencies": {
"sails": "0.9.9", "sails": "0.9.9",