Skip to content

Commit

Permalink
Release identglue V1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernikusAusweisApp2 committed Nov 7, 2023
1 parent 78d9d18 commit 4d3b8ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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].6/dist/identglue.umd.js"></script>
<script src="https://unpkg.com/@ausweisapp2/[email protected].7/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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ausweisapp2/identglue",
"version": "1.0.6",
"version": "1.0.7",
"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 All @@ -19,7 +19,8 @@
"repository": "https://github.com/Governikus/identglue.git",
"keywords": [
"eID",
"AusweisApp2"
"AusweisApp2",
"AusweisApp"
],
"author": "Governikus GmbH & Co. KG",
"license": "EUPL-1.2",
Expand Down

0 comments on commit 4d3b8ca

Please sign in to comment.