Skip to content

Commit

Permalink
bump to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Apr 2, 2020
1 parent 87929ff commit 41d9ce7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.9.1",
"version": "1.9.2",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand All @@ -21,7 +21,7 @@
},

"offline_enabled": true,

"background": {
"persistent": false,
"scripts": ["src/scripts/background.js"]
Expand All @@ -32,4 +32,4 @@
"unlimitedStorage",
"geolocation"
]
}
}
4 changes: 2 additions & 2 deletions manifest_firefox.json
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.9.0.2",
"version": "1.9.2",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"homepage_url": "https://bonjourr.fr",
Expand All @@ -29,4 +29,4 @@
"unlimitedStorage",
"geolocation"
]
}
}
2 changes: 1 addition & 1 deletion settings.html
Expand Up @@ -661,7 +661,7 @@ <h5 class="trn">Settings</h5>

<div class="signature">
<div class="firstblock">
<p class="version">Bonjourr <a href="https://bonjourr.fr/history">1.9.1</a></p>
<p class="version">Bonjourr <a href="https://bonjourr.fr/history">1.9.2</a></p>

<div class="socialIcons">
<a href="https://bonjourr.fr" title="Bonjourr's website">
Expand Down

0 comments on commit 41d9ce7

Please sign in to comment.