From ddfa0897b4235b0903aaac94bf58a7f35648a3ab Mon Sep 17 00:00:00 2001 From: Claudiohbsantos Date: Wed, 1 Dec 2021 05:39:54 +0000 Subject: [PATCH] [auto] release v1.5.1 --- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d47fd5dd..d462e594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6dbfe26b..43811592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.5.0", + "version": "1.5.1", "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 e5e97a03..2a2db22b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Material Icons for GitHub", - "version": "1.5.0", + "version": "1.5.1", "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",