From 44ff00cec8c89321d0d1cd10c440bfe2627f07c3 Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Wed, 22 Jul 2015 22:23:07 +0200 Subject: [PATCH] Version bump to 0.2.0 --- README.md | 2 +- VERSION | 2 +- package.json | 2 +- public/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f485030..6479a3e 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ You can find a detailed API documentation here: [`API.md`](API.md) ## Version -0.1.0 +0.2.0 ## Contributing diff --git a/VERSION b/VERSION index 6e8bf73..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/package.json b/package.json index 46150cd..3fd4dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hostkeeper-server", - "version": "0.1.0", + "version": "0.2.0", "description": "Node API server for hostkeeper", "private": true, "scripts": { diff --git a/public/package.json b/public/package.json index 7ec2f9f..2e5202f 100644 --- a/public/package.json +++ b/public/package.json @@ -1,6 +1,6 @@ { "name": "hostkeeper", - "version": "0.1.0", + "version": "0.2.0", "description": "Web interface for LAN-wide host<->IP mappings during development", "private": true, "scripts": {