From 0e9727cc150c2e4800c1f524097e33dbdf0515fd Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 9 Apr 2019 16:28:49 +0430 Subject: [PATCH] 1.0.0 first stable release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475cdbe..67756c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unsplash-wallpapers", "productName": "Unsplash Wallpapers", - "version": "0.0.6", + "version": "1.0.0", "description": "Unsplash cross-platform desktop application built with Electron and React", "scripts": { "build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",