Skip to content

Commit

Permalink
Bumped to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Nov 11, 2021
1 parent 752c170 commit cc7ccd7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.10.1.2",
"version": "1.10.2",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.10.1.2",
"version": "1.10.2",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"homepage_url": "https://bonjourr.fr",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bonjourr",
"version": "1.10.1",
"version": "1.10.2",
"description": "iOS styled startpage",
"main": "src/scripts/script.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ <h5 class="trn">Settings</h5>
</div>
<div class="signature">
<div class="firstblock">
<p class="version">Bonjourr <a href="https://github.com/victrme/Bonjourr/releases">1.10.1</a></p>
<p class="version">Bonjourr <a href="https://github.com/victrme/Bonjourr/releases">1.10.2</a></p>

<div class="socialIcons">
<a href="https://bonjourr.fr" title="Bonjourr's website">
Expand Down Expand Up @@ -804,7 +804,7 @@ <h5 class="trn">Settings</h5>
</svg>
</a>

<a href="https://bonjourr.fr/use-bonjourr" title="Bonjourr's documentation">
<a href="https://bonjourr.fr/misc" title="Bonjourr's documentation">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (navigator.userAgentData) mobilecheck = navigator.userAgentData.mobile
const isExtension = window.location.protocol === 'chrome-extension:' || window.location.protocol === 'moz-extension:',
loadtimeStart = performance.now(),
BonjourrAnimTime = 400,
BonjourrVersion = '1.10.1',
BonjourrVersion = '1.10.2',
funcsOk = {
clock: false,
links: false,
Expand Down

0 comments on commit cc7ccd7

Please sign in to comment.