Reverting the test version bump

This commit is contained in:
Julien Lengrand-Lambert
2020-09-04 18:16:04 +02:00
parent 4b3e7cdf39
commit 9687c1512e
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x]
steps:
- uses: actions/checkout@v2

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Custom Elements Locator",
"description": "This extension will find any custom element on a page.",
"version": "1.4.0",
"version": "1.3.0",
"icons": {
"16": "meta_assets/icon16.png",
"48": "meta_assets/icon48.png",

View File

@@ -1,6 +1,6 @@
{
"name": "custom-elements-locator",
"version": "1.4.0",
"version": "1.3.0",
"description": "",
"main": "content_script.js",
"scripts": {