From 9687c1512e4651d1fd44912f76330d3a7e78bbb5 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 4 Sep 2020 18:16:04 +0200 Subject: [PATCH] Reverting the test version bump --- .github/workflows/ci-build.yml | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b62987d..e191ff7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x] steps: - uses: actions/checkout@v2 diff --git a/manifest.json b/manifest.json index 71ac637..238aa02 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 9184ab4..13e5981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-elements-locator", - "version": "1.4.0", + "version": "1.3.0", "description": "", "main": "content_script.js", "scripts": {