diff --git a/pyproject.toml b/pyproject.toml index e249f04..4461bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-identity-trust" -version = "0.1.15" +version = "0.1.16" description = "Public device-key, assurance, and key-epoch trust services for GovOPlaN." readme = "README.md" requires-python = ">=3.12" license = "AGPL-3.0-or-later" authors = [{ name = "GovOPlaN" }] -dependencies = ["govoplan-core>=0.1.15"] +dependencies = ["govoplan-core>=0.1.16"] [tool.setuptools.packages.find] where = ["src"] diff --git a/src/govoplan_identity_trust/backend/manifest.py b/src/govoplan_identity_trust/backend/manifest.py index e7676d7..ce56fd7 100644 --- a/src/govoplan_identity_trust/backend/manifest.py +++ b/src/govoplan_identity_trust/backend/manifest.py @@ -31,7 +31,7 @@ from govoplan_identity_trust.backend.service import SqlIdentityTrustService MODULE_ID = "identity_trust" MODULE_NAME = "Identity Trust" -MODULE_VERSION = "0.1.15" +MODULE_VERSION = "0.1.16" DEVICE_READ_SCOPE = "identity_trust:device:read" DEVICE_WRITE_SCOPE = "identity_trust:device:write" KEY_ACCESS_SCOPE = "identity_trust:key_access:approve" diff --git a/webui/package.json b/webui/package.json index b97d1fc..6970e14 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/identity-trust-webui", - "version": "0.1.15", + "version": "0.1.16", "private": true, "type": "module", "main": "src/index.ts", @@ -14,7 +14,7 @@ "./styles/identity-trust.css": "./src/styles/identity-trust.css" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.15", + "@govoplan/core-webui": "^0.1.16", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20"