bump version

This commit is contained in:
Simon 2023-08-29 08:35:22 +07:00
parent c79c0cc408
commit ad2a6f3693
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<a href="#" id="ta-url" target="_blank">
<img src="/images/logo.png" alt="ta-logo">
</a>
<span>v0.1.4</span>
<span>v0.2.0</span>
</div>
<hr>
<form class="login-form">

View File

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "TubeArchivist Companion",
"description": "Interact with your selfhosted TA server.",
"version": "0.1.4",
"version": "0.2.0",
"icons": {
"48": "/images/icon.png",
"128": "/images/icon128.png"

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "TubeArchivist Companion",
"description": "Interact with your selfhosted TA server.",
"version": "0.1.4",
"version": "0.2.0",
"icons": {
"128": "/images/icon128.png"
},