From 6b0c1cd15badc128cc41bfb3cd53a825a0d0122e Mon Sep 17 00:00:00 2001 From: Daniel Zotti Date: Sun, 25 Oct 2020 14:05:43 +0100 Subject: [PATCH] Update version to 1.1.0 --- public/manifest.json | 2 +- src/App.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 36c3a91..5458af9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Swiss Knife", "description": "A collection of tools to be used as a Chrome extension", - "version": "1.0.0", + "version": "1.1.0", "author": "Daniel Zotti", "icons": { "128": "images/swiss-knife-icon_128.png", diff --git a/src/App.tsx b/src/App.tsx index 99cb2c7..0457871 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -44,8 +44,8 @@ function App(data: any) {
- v1.0.1  by Daniel Zotti + v1.1.0  by Daniel Zotti
);