Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Update commit pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Feb 6, 2019
1 parent 304ad0e commit 3c0b475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Restarting fresh

A patch driven fork of uBlock Origin.

Upstream commit pin: `85f00622b4074dc836add661cb02b8458d1cdb93` or `1.18.2`
Upstream commit pin: `74823f61209bf5d83ef9023c69ec41f894f2961c` or `1.18.4`

**Please submit issues to the
[Nano Core issues tracker](https://github.com/NanoAdblocker/NanoCore/issues).**
Expand Down
6 changes: 3 additions & 3 deletions term/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const assert = require("assert");
* Version number.
* @const {string}
*/
exports.version = "1.0.0.86";
exports.version = "1.0.0.87";

/**
* The based on string.
Expand All @@ -47,8 +47,8 @@ exports.version = "1.0.0.86";
exports.based_on = [
"uBlock Origin",

"Version/1.18.2",
"Commit/85f0062",
"Version/1.18.4",
"Commit/74823f6",

"UserCSS/disabled",
].join(" ");
Expand Down

0 comments on commit 3c0b475

Please sign in to comment.