Skip to content

Commit

Permalink
feat(): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueljacob committed Oct 4, 2021
1 parent 48ae733 commit 5affff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### 1.0.1: 2020-10-04
* Change package minimal-stability

### 1.0.0: 2020-09-25
* Initial release
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slashplus/identity",
"description": "Verify the age of a person using the german id card, german passport or german residence permission (eAT).",
"version": "1.0.0",
"version": "1.0.1",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -11,7 +11,7 @@
"homepage": "https://www.slashplus.de"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": "~7.3|~8.0",
"illuminate/filesystem": "^6.0",
Expand Down

0 comments on commit 5affff8

Please sign in to comment.