Skip to content

Commit

Permalink
Release Connector 1.4.0 (#1089)
Browse files Browse the repository at this point in the history
We also switch from the previous four-number version to a proper
SemVer: MAJOR.MINOR.PATCH.

Not only SemVer is the more standard versioning scheme, but it also
happens to work better for logging, because groups of four
dot-separated numbers are stripped out from ChromeOS logs by
anonymizer tools.
  • Loading branch information
emaxx-google committed Oct 9, 2023
1 parent 7f07f3e commit 9deab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_card_connector_app/src/manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ${endif}
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",

"version": "1.3.15.0",
"version": "1.4.0",

# Whether an application is an App or an Extension is determined by nesting or
# not nesting the background script information under the "app" key.
Expand Down

0 comments on commit 9deab72

Please sign in to comment.