From 834555c80d19c32406c405f072169fcc0cd3bef8 Mon Sep 17 00:00:00 2001 From: "Cody B. Daig" Date: Wed, 2 Sep 2015 14:35:45 -0700 Subject: [PATCH] 0.4.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 117ca44a2f..e36409780a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "meanjs", - "version": "0.4.0", + "version": "0.4.1", "description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.", "dependencies": { "bootstrap": "~3", diff --git a/package.json b/package.json index 629aecff27..b8e34d0d36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meanjs", "description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.", - "version": "0.4.0", + "version": "0.4.1", "private": false, "author": "https://github.com/meanjs/mean/graphs/contributors", "license": "MIT",