From f0f39a23270ead96020c07e58ca12f8942d202b7 Mon Sep 17 00:00:00 2001 From: Gareth Bowen Date: Wed, 30 Nov 2016 09:20:56 +1300 Subject: [PATCH] Bump version to 2.8.4. Issue: #2956 --- kanso.json | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kanso.json b/kanso.json index 08f0a22902c..a5d1fcc0c31 100644 --- a/kanso.json +++ b/kanso.json @@ -1,7 +1,7 @@ { "name": "medic", "display_name": "Medic Mobile", - "version": "2.8.3", + "version": "2.8.4", "description": "Medic Mobile combines SMS messaging, data collection, and analytics for health workers and health systems in hard-to-reach areas with or without internet connectivity.", "long_description" : "Medic Mobile is a web based SMS data collection and analytics tool focused on community health care workers in rural environments. We help large health organizations collect and analyze data sent from health care workers using ordinary mobile phones.", "url": "https://github.com/medic/medic-webapp", diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3f10246916f..42fd9fb7ff9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "medic", - "version": "2.8.3", + "version": "2.8.4", "dependencies": { "abbrev": { "version": "1.0.7", diff --git a/package.json b/package.json index 2a264271f3d..0702bcd9d8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medic", - "version": "2.8.3", + "version": "2.8.4", "private": true, "repository": { "type": "git",