asticode / astilectron

Electron app that provides an API over a TCP socket that allows executing Electron's method as well as capturing Electron's events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`package.json`'s `version` field isn't up to date

frazeradam opened this issue · comments

commented

Inspecting the history it appears that it got set at "0.33.0" for v0.33.0, but has not been updated since.

I'd like to suggest that either this be kept up to date, or it be removed and an alternative method of finding the version for an install be provided. Thanks!

Out of curiosity, what problem are you experiencing when this version value is out of sync with the real tag ?

commented

We are manually managing the dependencies (astilectron and electron) and are looking to use a similar code pattern to what we use for other files where we check the version, and update it if it's less than the minimum version we need. Since we only plan to keep one version around, we're not including the version number in the folder path.

Version has been updated