Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzotti committed Oct 25, 2020
1 parent 094dbe9 commit 6b0c1cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>&nbsp; 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>&nbsp; by <a href="https://www.danielzotti.it" target="_blank">Daniel Zotti</a>
</div>
</div>
);
Expand Down

0 comments on commit 6b0c1cd

Please sign in to comment.