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) { </Tab> </Tabs> <div className="by"> - <a href="https://github.com/danielzotti/swiss-knife-chrome-extension/tree/v1.0.1" - target="_blank">v1.0.1</a> by <a href="https://www.danielzotti.it" target="_blank">Daniel Zotti</a> + <a href="https://github.com/danielzotti/swiss-knife-chrome-extension/tree/v1.1.0" + target="_blank">v1.1.0</a> by <a href="https://www.danielzotti.it" target="_blank">Daniel Zotti</a> </div> </div> );