Skip to content

Commit

Permalink
Release identglue V1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernikusAusweisApp2 committed Jul 17, 2024
1 parent 91e8aee commit 13e0a89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://unpkg.com/@ausweisapp2/[email protected].10/dist/identglue.umd.js"></script>
<script src="https://unpkg.com/@ausweisapp2/[email protected].11/dist/identglue.umd.js"></script>
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ausweisapp2/identglue",
"version": "1.0.10",
"version": "1.0.11",
"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"
Expand Down

0 comments on commit 13e0a89

Please sign in to comment.