From 824d02069bbb30359c47962baa67ba2a8a115c5d Mon Sep 17 00:00:00 2001 From: Ryan Gerstenkorn Date: Wed, 18 Jul 2018 12:25:51 -0500 Subject: [PATCH 1/2] Bump minor version Updating to match brave/brave-browser/pull/587 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc236a5febae..50b303187fde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brave-core", - "version": "0.50.11", + "version": "0.50.13", "description": "Brave Core is a set of changes, APIs, and scripts used for customizing Chromium to make Brave.", "main": "index.js", "scripts": { From be133887f108894f4ad333fb43bd375421b438d0 Mon Sep 17 00:00:00 2001 From: Ryan Gerstenkorn Date: Wed, 18 Jul 2018 12:29:13 -0500 Subject: [PATCH 2/2] Bump patch version Bad things happen if this doesn't match https://github.com/brave/brave-browser/pull/587 and the package.json for this repo. --- patches/chrome-VERSION.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/chrome-VERSION.patch b/patches/chrome-VERSION.patch index b7a36849abb1..97c25ad5ad6b 100644 --- a/patches/chrome-VERSION.patch +++ b/patches/chrome-VERSION.patch @@ -8,4 +8,4 @@ index 3c03c34dbf7ecdf3673cb796c44c769bc14b1dba..43f26ebad722c3ea1e62f4280e00b753 -BUILD=3396 -PATCH=103 +BUILD=50 -+PATCH=11 ++PATCH=13