diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 31a72cefd..7a27c63ae 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock", - "version": "0.9.2.4", + "version": "0.9.3.0", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/src/about.html b/src/about.html index 2bd86f1b4..e0f250a64 100644 --- a/src/about.html +++ b/src/about.html @@ -17,7 +17,7 @@
  • diff --git a/src/js/background.js b/src/js/background.js index 541d29040..2528853d9 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -101,7 +101,7 @@ return { // EasyList, EasyPrivacy and many others have an 4-day update period, // as per list headers. updateAssetsEvery: 97 * oneHour, - projectServerRoot: 'https://raw.githubusercontent.com/gorhill/uBlock/master/', + projectServerRoot: 'https://raw.githubusercontent.com/chrisaljoudi/uBlock/master/', userFiltersPath: 'assets/user/filters.txt', pslPath: 'assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat',