diff --git a/app/package.json b/app/package.json index 95e1293..b7013e3 100755 --- a/app/package.json +++ b/app/package.json @@ -1,8 +1,9 @@ { "name": "overlay", "productName": "Overlay", - "version": "0.0.3", - "description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.", + "version": "0.0.4", + "description": + "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.", "main": "./main.js", "author": { "name": "Nahuel Scotti", diff --git a/package.json b/package.json index 2234998..970b279 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "overlay", "productName": "Overlay", - "version": "0.0.3", + "version": "0.0.4", "description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.", "main": "main.js",