Skip to content

Commit

Permalink
Increase version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vloss3 committed Dec 10, 2024
1 parent 2f5ca96 commit c483756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a) (recommended) Get from Chrome Store https://chromewebstore.google.com/detail/

b) To install this Chrome extension:

1. Download [https://github.com/vloss3/wizz-aycf-route-finder/archive/refs/tags/1.3.0.zip](https://github.com/vloss3/wizz-aycf-route-finder/archive/refs/tags/1.3.0.zip)
1. Download [https://github.com/vloss3/wizz-aycf-route-finder/archive/refs/tags/1.3.1.zip](https://github.com/vloss3/wizz-aycf-route-finder/archive/refs/tags/1.3.1.zip)

2. Unzip the file.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "AYCF Route Finder",
"description": "Simple(<1mb) Chrome extension to find all available routes on Wizz AYCF (All-You-Can-Fly). Not affiliated with Wizz Air.",
"version": "1.3.0",
"version": "1.3.1",
"permissions": [
"activeTab"
],
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1 class="is-size-5">Wizz AYCF Route Finder</h1>
</div>
<p class="is-size-6 mt-3"><b>Disclaimer:</b> This extension is not affiliated with Wizz Air or its partners in any way. It is a personal project to help Multipass users like me find available routes.</p>
<p class="is-size-6 mt-3">Please use responsibly and at your own risk. Doing too many searches in a short period of time will result in temporary rate limiting.</p>
<p class="is-size-6 mt-3">Version 1.3.0 - <a href="https://github.com/vloss3/wizz-aycf-route-finder/releases" target="_blank">Changelog</a> </p>
<p class="is-size-6 mt-3">Version 1.3.1 - <a href="https://github.com/vloss3/wizz-aycf-route-finder/releases" target="_blank">Changelog</a> </p>
</section>
<script src="popup.js"></script>
</body>
Expand Down

0 comments on commit c483756

Please sign in to comment.