Skip to content

Commit

Permalink
v7.39.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cliqz-ci committed Sep 13, 2019
1 parent 00fd14d commit 16189bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.39.3
v7.39.4
2 changes: 1 addition & 1 deletion modules/core/sources/app.es
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ export default class App {
prefs.set(prefName, false);
}

if (module.isDisabled || !this.isRunning) {
if (module.isNotInitialized || module.isDisabled || !this.isRunning) {
return Promise.resolve();
}

Expand Down
2 changes: 1 addition & 1 deletion 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": "browser-core",
"version": "7.39.3",
"version": "7.39.4",
"description": "Cliqz features, shared across products including Cliqz browsers for Windows, Mac, Android and iOS",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 16189bf

Please sign in to comment.