From 9a1b6d0f6ccd3c5460b41bb23ed4ecc23b2a9466 Mon Sep 17 00:00:00 2001 From: Daniel Moran Date: Tue, 23 Feb 2016 10:23:23 +0100 Subject: [PATCH] Prepare next release --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index eab2025..ca0fdbd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "lwm2m-node-lib", - "version": "0.4.2", + "version": "0.5.0", "dependencies": { "async": { "version": "1.5.2", diff --git a/package.json b/package.json index 656132b..d2e920a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lwm2m-node-lib", "description": "Library for developing servers and client of OMA Lightweight M2M", - "version": "0.4.2-next", + "version": "0.5.0", "homepage": "https://github.com/telefonicaid/lwm2m-node-lib", "author": { "name": "Daniel Moran",