Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jan 12, 2023
1 parent 25d1957 commit ca4db63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-kjua-library",
"description": "ngx-kjua library builder",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-kjua/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-kjua",
"description": "Angular QR-Code generator component.",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"private": false,
"repository": {
Expand All @@ -25,8 +25,8 @@
"url": "https://github.com/werthdavid/ngx-kjua/issues"
},
"peerDependencies": {
"@angular/common": ">=14.0.0 <15.0.0",
"@angular/core": ">=14.0.0 <15.0.0",
"@angular/common": ">=14.0.0 <16.0.0",
"@angular/core": ">=14.0.0 <16.0.0",
"kjua-svg": "^1.13.1"
},
"dependencies": {
Expand Down

0 comments on commit ca4db63

Please sign in to comment.