The examples point to a 0.x.x version of Jitar. When we create a new minor version all of the examples need to be updated. The SemVer versioning behaves a bit different with 0.x versions. Minor versions are not seen as compatible, and thus we need to update them for each new minor release.
We want to change the version of jitar in the package.json to "*", so that all the examples will always use the latest version of jitar.
The examples point to a 0.x.x version of Jitar. When we create a new minor version all of the examples need to be updated. The SemVer versioning behaves a bit different with 0.x versions. Minor versions are not seen as compatible, and thus we need to update them for each new minor release.
We want to change the version of jitar in the package.json to "*", so that all the examples will always use the latest version of jitar.