Skip to content

Commit 44ff00c

Browse files
committed
Version bump to 0.2.0
1 parent 0f873bc commit 44ff00c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can find a detailed API documentation here: [`API.md`](API.md)
151151
152152
## Version
153153
154-
0.1.0
154+
0.2.0
155155
156156
## Contributing
157157

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hostkeeper-server",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Node API server for hostkeeper",
55
"private": true,
66
"scripts": {

public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hostkeeper",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Web interface for LAN-wide host<->IP mappings during development",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)