Skip to content

Commit

Permalink
(task) bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pusherman committed Mar 11, 2024
1 parent 3dae4cf commit 7c6d420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-katex",
"version": "0.0.3",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -39,4 +39,4 @@
"prettier": "^2.7.1",
"typescript": "~5.3.3"
}
}
}
6 changes: 3 additions & 3 deletions projects/ngx-katex/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ngx-katex",
"version": "0.0.3",
"version": "0.1.0",
"peerDependencies": {
"@angular/common": ">=14.0.0 < 17.0.0",
"@angular/core": ">=14.0.0 < 17.0.0",
"@angular/common": ">=17.0.0 < 18.0.0",
"@angular/core": ">=17.0.0 < 18.0.0",
"katex": "^0.16.0",
"@types/katex": "^0.16.0"
},
Expand Down

0 comments on commit 7c6d420

Please sign in to comment.