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

Conversation

modos189
Copy link
Contributor

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

Copy link

github-actions bot commented Jun 27, 2024

Build completed successfully. Below are the download links for the build artifacts:

Artifact Name Download Link
iitc-button-v3.0.4-all-MV2-24db83 Download
iitc-button-v3.0.4-safari-MV3-24db83 Download
iitc-button-v3.0.4-chrome-MV3-24db83 Download
iitc-button-v3.0.4-firefox-MV3-24db83 Download
iitc-button-24db83-artifacts Download

Artifacts will only be retained for 90 days.

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 modos189 merged commit a4061a5 into IITC-CE:master Jun 27, 2024
5 checks passed
@modos189 modos189 deleted the fix/beta-version-number branch June 27, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant