Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version number for Beta #149

Merged
merged 2 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Fix version number for Beta

    One to four dot-separated integers identifying the version of this extension. A couple of rules apply to the integers:
    
        The integers must be between 0 and 65535, inclusive.
        Non-zero integers can't start with 0. For example, 032 is invalid because it begins with a zero.
        They must not be all zero. For example, 0 and 0.0.0.0 are invalid while 0.1.0.0 is valid.
    
    https://developer.chrome.com/docs/extensions/reference/manifest/version
    modos189 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    844785d View commit details
    Browse the repository at this point in the history
  2. 3.0.4

    modos189 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    24db83d View commit details
    Browse the repository at this point in the history