Skip to content

Commit

Permalink
undefined variable *pure js intensifies*
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhma committed Jun 2, 2022
1 parent b6fdd0c commit 6cddf52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions version-bump.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ let package_ = JSON.parse(readFileSync("package.json", "utf8"));
let manifest = JSON.parse(readFileSync("manifest.json", "utf8"));
let versions = JSON.parse(readFileSync("versions.json", "utf8"));

const minAppVersion = manifest.minAppVersion;

// index minAppVersion
versions[version] = minAppVersion;

Expand Down

0 comments on commit 6cddf52

Please sign in to comment.