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": {