Skip to content

Commit

Permalink
Update version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedecrobertmb committed Sep 29, 2023
1 parent d8ee776 commit 9c157a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BlinkID/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkid-cordova",
"version": "6.1.1",
"version": "6.1.2",
"description": "A small and powerful ID card scanning library",
"cordova": {
"id": "blinkid-cordova",
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="blinkid-cordova"
version="6.1.1">
version="6.1.2">

<name>BlinkIdScanner</name>
<description>A small and powerful ID card scanning library</description>
Expand Down
3 changes: 3 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.1.2
- Fixed UI customization and added new settings

## 6.1.1
- Updated to [Android SDK v6.1.2](https://github.com/BlinkID/blinkid-android/releases/tag/v6.1.2)

Expand Down

0 comments on commit 9c157a7

Please sign in to comment.