From 9deab72cb47a718a2b5e432da4547e138a0cd845 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Mon, 9 Oct 2023 13:45:03 +0200 Subject: [PATCH] Release Connector 1.4.0 (#1089) 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. --- smart_card_connector_app/src/manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_card_connector_app/src/manifest.json.template b/smart_card_connector_app/src/manifest.json.template index a8b6b886a..a6d0c1c00 100644 --- a/smart_card_connector_app/src/manifest.json.template +++ b/smart_card_connector_app/src/manifest.json.template @@ -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.