From f61263a2057e55cce145b36b903537c513c03919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sat, 17 Jun 2017 13:38:57 +0900 Subject: [PATCH] Release 0.1.1-preview --- 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 508f184..9abbdc7 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "arbore", "productName": "Arbore", - "version": "0.1.0", + "version": "0.1.1", "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 3496ebf..cfbc652 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "arbore", "productName": "Arbore", - "version": "0.1.0", + "version": "0.1.1", "description": "Friend-to-friend filesharing app to save the world from dystopia", "main": "main.js", "scripts": {