diff --git a/README.md b/README.md
index 51d3360..5d01278 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This library allows webpages to integrate seamlessly with the German eID system.
- Helpers for creating spec-compliant eID client URLs
- Use them with frameworks and libaries like React, Vue, Svelte, etc. or server side rendered pages.
- Rules out cross platform differences
-- Experimental: Detection on mobile platforms and ChromeOS
+- Experimental: Detection on mobile platforms
## Installation
@@ -28,7 +28,7 @@ The script exports all functions under the `AusweisApp2` namespace on the global
or use the direct call to the script with a specific version.
```html
-
+
```
## Usage
diff --git a/package-lock.json b/package-lock.json
index 2c115aa..475f262 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ausweisapp2/identglue",
- "version": "1.0.11",
+ "version": "1.0.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ausweisapp2/identglue",
- "version": "1.0.11",
+ "version": "1.0.12",
"license": "EUPL-1.2",
"devDependencies": {
"@babel/core": "^7.20.12",
diff --git a/package.json b/package.json
index 722b25c..36a0492 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ausweisapp2/identglue",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "This library allows webpages to integrate seamlessly with the German eID system. It provides client-side helpers to detect or open an eID client and start an identification process from the browser.",
"files": [
"dist"