Skip to content

Commit

Permalink
v5.2.0-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jun 1, 2024
1 parent 50d217e commit c9b6e8b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ function onWatchEvent(path) {
)
}

exports.assets = assets
exports.html = html
exports.js = js
exports.mocha = mocha
Expand Down
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../js/79.js"></script>
<script src="../js/88.js"></script>
<script src="../js/206.js"></script>
<script src="../js/151.js"></script>
<script src="../js/622.js"></script>
<script src="../js/144.js"></script>
<script src="../js/80.js"></script>
<script src="../js/949.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script src="../js/79.js"></script>
<script src="../js/88.js"></script>
<script src="../js/206.js"></script>
<script src="../js/151.js"></script>
<script src="../js/622.js"></script>
<script src="../js/719.js"></script>
<script src="../js/80.js"></script>
<script src="../js/949.js"></script>
Expand Down
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": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.2.0.0",
"version": "5.2.0.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
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": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.2.0.0",
"version": "5.2.0.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
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": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.2.0.0",
"version": "5.2.0.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "5.2.0-beta.1",
"version": "5.2.0-beta.2",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "gulp",
Expand Down
2 changes: 1 addition & 1 deletion webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = merge(common, {
},
plugins: [
new webpack.DefinePlugin({
DEBUG: JSON.stringify(false)
DEBUG: JSON.stringify(true)
}),
sentryWebpackPlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
Expand Down

0 comments on commit c9b6e8b

Please sign in to comment.