🏡 index : github.com/captn3m0/which-electron.git

author Nemo <commits@captnemo.in> 2022-01-04 15:40:59.0 +05:30:00
committer Nemo <commits@captnemo.in> 2022-01-04 15:46:13.0 +05:30:00
commit
094730471a013d444cbfc6c83ede9845bf1628cb [patch]
tree
b59bf7cec94f32dc07acf8f606f15a29bd6593b5
parent
2207c3d8540dd7a54decf795a4517564a892cb1c
download
094730471a013d444cbfc6c83ede9845bf1628cb.tar.gz

1.0.7



Diff

 package-lock.json | 4 ++--
 package.json      | 2 +-
 src/versions.json | 8 +++++++-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 8ff4622..1d3a0ea 100644
--- a/package-lock.json
+++ a/package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "which-electron",
  "version": "1.0.6",
  "version": "1.0.7",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "which-electron",
      "version": "1.0.6",
      "version": "1.0.7",
      "license": "MIT",
      "dependencies": {
        "7zip-bin": "^5.1.1",
diff --git a/package.json b/package.json
index 611b6c4..e0115ba 100644
--- a/package.json
+++ a/package.json
@@ -1,6 +1,6 @@
{
  "name": "which-electron",
  "version": "1.0.6",
  "version": "1.0.7",
  "description": "Guess which electron version is bundled in an application",
  "main": "src/index.js",
  "bin": {
diff --git a/src/versions.json b/src/versions.json
index 41a9101..52c339b 100644
--- a/src/versions.json
+++ a/src/versions.json
@@ -1,10 +1,10 @@
{
    "supported": [
        "v12.2.3",
        "v13.6.5",
        "v13.6.6",
        "v14.2.3",
        "v15.3.4",
        "v16.0.5"
        "v16.0.6"
    ],

    "all": [
        "v0.24.0",
@@ -478,6 +478,7 @@
        "v13.6.3",
        "v13.6.4",
        "v13.6.5",
        "v13.6.6",
        "v14.0.0",
        "v14.0.1",
        "v14.0.2",
@@ -502,6 +503,7 @@
        "v16.0.2",
        "v16.0.3",
        "v16.0.4",
        "v16.0.5"
        "v16.0.5",
        "v16.0.6"
    ]

}