From 07891f150f1037841c74582ffb24c8b78aedcae7 Mon Sep 17 00:00:00 2001 From: Claudiohbsantos Date: Mon, 1 May 2023 03:18:21 +0000 Subject: [PATCH] [auto] update to upstream 4.27.0 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/manifests/base.json | 2 +- upstream.commit | 2 +- upstream.version | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c7b6066e..764efe2c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ --- - + ### About diff --git a/package-lock.json b/package-lock.json index 317cea7f..aa45926f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-material-icons-extension", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-material-icons-extension", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "dependencies": { "selector-observer": "2.1.6" diff --git a/package.json b/package.json index 37a55be0..76895622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.8.0", + "version": "1.8.1", "description": "Browser Extension that enhances the GitHub file browser with material icons.", "main": "src/main.js", "author": "Claudio Santos", diff --git a/src/manifests/base.json b/src/manifests/base.json index 423c6b29..8a392b77 100644 --- a/src/manifests/base.json +++ b/src/manifests/base.json @@ -1,6 +1,6 @@ { "name": "Material Icons for GitHub", - "version": "1.8.0", + "version": "1.8.1", "description": "Replace the file/folder icons on the GitHub file browser with icons representing the file's type and which tool it is used by.", "homepage_url": "https://github.com/Claudiohbsantos/github-material-icons-extension", "icons": { diff --git a/upstream.commit b/upstream.commit index 2ad7a6ed..9a76927d 100644 --- a/upstream.commit +++ b/upstream.commit @@ -1 +1 @@ -83157064c5b1d9883c2bfbda252897485063155f \ No newline at end of file +2f9d750ecab9c30b10c0e760cfc13e317d4d24f3 \ No newline at end of file diff --git a/upstream.version b/upstream.version index 47312771..238cd7ab 100644 --- a/upstream.version +++ b/upstream.version @@ -1 +1 @@ -4.26.0 \ No newline at end of file +4.27.0 \ No newline at end of file