• v0.1.4 70944065e3

    v0.1.4 Pre-Release

    beerpsi released this 2024-03-22 09:16:19 +00:00 | 0 commits to trunk since this release

    New features

    • Version can now be specified as a string with exactly three components. The old format is still accepted, but new JSONs will be created using the new string version format.
    {
        "version": "80.54.01",  // This is fine
        "version": {
            "major": 80,
            "minor": 54,
            "build": 1,
        },  // This is also fine
        "version": "80.54.01.00",  // This is not
    }
    Downloads