Skip to content

Commit

Permalink
Bump version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piRstone committed Aug 21, 2020
1 parent 2ba038f commit 1099046
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Bicloo Quick Look

Version 1.2.1
Version 1.3.0

### Changelog

**v1.3.0 [2020-05-26]**

Add a search input to filter stations in the list.

Add bikes and stands availabilities for each station in the list.

Display an error message in case of request error.

**v1.2.1 [2020-05-26]**

Update API URL.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Bicloo Quick Look",
"description": "Voyez en un clin d'oeil les vélos et places disponibles à vos stations préférées.",
"version": "1.2.1",
"version": "1.3.0",

"browser_action": {
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3>Mon trajet préféré</h3>
</div>
</div>
<footer>
<p>Bicloo Quick Look v1.2.1 - <a href="https://pirstone.com" target="_blank" rel="noreferrer noopener">piRstone.com</a></p>
<p>Bicloo Quick Look v1.3.0 - <a href="https://pirstone.com" target="_blank" rel="noreferrer noopener">piRstone.com</a></p>
<p>Pour toute remarque ou suggestion, envoyez un mail à <a href="mailto:contact@pirstone.com?subject=Bicloo Quick Look">contact@pirstone.com</a>.</p>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h5 class="fav-j-title">Mon trajet préféré</h5>
/>
</div>
<footer>
<p>Bicloo Quick Look v1.2.1</p>
<p>Bicloo Quick Look v1.3.0</p>
</footer>
</body>
</html>

0 comments on commit 1099046

Please sign in to comment.