From 51a818ffdd605e38a8a2c6bb85cbad2d7c380198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Wed, 16 Aug 2017 17:14:53 +0900 Subject: [PATCH] Release 0.2.0-alpha --- app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index a2a837d..6475fa3 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "arbore", "productName": "Arbore", - "version": "0.1.2", + "version": "0.2.0", "description": "Friend-to-friend filesharing app to save the world from dystopia", "main": "./main.js", "author": { diff --git a/package.json b/package.json index 3048e34..c5e0588 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "arbore", "productName": "Arbore", - "version": "0.1.2", + "version": "0.2.0", "description": "Friend-to-friend filesharing app to save the world from dystopia", "main": "main.js", "scripts": {