From 05b567ec9d45d5c302b0c00e86d4e52f2de993c1 Mon Sep 17 00:00:00 2001 From: Claudiohbsantos Date: Wed, 25 Aug 2021 03:18:44 +0000 Subject: [PATCH] [auto] update to upstream 4.10.0 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- upstream.version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e0ea4cf1..e9bbf19e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ --- - + ### About diff --git a/package-lock.json b/package-lock.json index 98f84db8..cd36e290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b529eb80..4a72a219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.4.1", + "version": "1.4.2", "description": "Browser Extension that enhances the GitHub file browser with material icons.", "main": "src/main.js", "author": "Claudio Santos", diff --git a/src/manifest.json b/src/manifest.json index cd199d45..b214ba30 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Material Icons for GitHub", - "version": "1.4.1", + "version": "1.4.2", "manifest_version": 2, "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", diff --git a/upstream.version b/upstream.version index b617d997..1910ba9d 100644 --- a/upstream.version +++ b/upstream.version @@ -1 +1 @@ -4.9.0 \ No newline at end of file +4.10.0 \ No newline at end of file