From d0e926ff9f876a21cbebf7864b339ac653416ca3 Mon Sep 17 00:00:00 2001 From: Claudiohbsantos Date: Fri, 26 Nov 2021 03:18:49 +0000 Subject: [PATCH] [auto] update to upstream 4.11.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 5174f7f5..44995d2a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ --- - + ### About diff --git a/package-lock.json b/package-lock.json index 4e5d227d..86d5e2ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fd831a0f..515a8b44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.4.3", + "version": "1.4.4", "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 15da0b7c..a5fa2df0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Material Icons for GitHub", - "version": "1.4.3", + "version": "1.4.4", "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 1910ba9d..91f3b438 100644 --- a/upstream.version +++ b/upstream.version @@ -1 +1 @@ -4.10.0 \ No newline at end of file +4.11.0 \ No newline at end of file