Skip to content

Commit

Permalink
Version change: 0.5.170
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremespb committed Jun 19, 2015
1 parent 8e16471 commit 3ba2dff
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion modules/auth/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var crypto = require('crypto'),
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'auth',
version: '0.5.169',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/billing_accounts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var async = require('async');
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'billing_accounts',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/billing_conf/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var async = require('async');
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'billing_conf',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/billing_frontend/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'billing_frontend',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/billing_profiles/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var async = require('async');
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'billing_profiles',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/blog/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'blog',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/catalog/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(db, ensure_indexes, config) {
fs = require('fs-extra'),
is = {
name: 'catalog',
version: '0.5.169',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/catalog_orders/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'catalog_orders',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/chat/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var async = require('async');
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'chat',
version: '0.5.169',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/cp/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'cp',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/feedback/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(db, ensure_indexes, config) {
ObjectId = require('mongodb').ObjectID,
is = {
name: 'feedback',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/files/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'files',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/invites/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'invites',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/lang/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'lang',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/log/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'log',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/maintenance/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'maintenance',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/menu/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'menu',
version: '0.5.169',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/pages/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(db, ensure_indexes, config) {
ObjectId = require('mongodb').ObjectID,
is = {
name: 'pages',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/parts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'parts',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/portfolio/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'portfolio',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/search/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'search',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'settings',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/siteconf/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'siteconf',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/social/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(db, ensure_indexes, config) {
var async = require('async'),
is = {
name: 'social',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/support/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var fs = require('fs-extra'),
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'support',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
async.series([
Expand Down
2 changes: 1 addition & 1 deletion modules/templates/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'templates',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/textedit/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'textedit',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/user/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'user',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/warehouse/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'warehouse',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion modules/warehouse_conf/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(db, ensure_indexes, config) {
var is = {
name: 'warehouse_conf',
version: '0.5.152',
version: '0.5.170',
collections: function(_callback) {
// Create collections
_callback();
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var version = {
"taracotjs": "0.5.169"
"taracotjs": "0.5.170"
};

module.exports = version;

0 comments on commit 3ba2dff

Please sign in to comment.