Skip to content

Commit

Permalink
update angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksandrantanovich committed Feb 1, 2022
1 parent efefc9a commit e8aafcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SVG icon sprite component for Angular 11
# SVG icon sprite component for Angular 12

This library provides both a solution for generating SVG sprites and a [module](https://www.npmjs.com/package/ng-svg-icon-sprite) for including them.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ng-svg-icon-sprite-app",
"version": "1.10.0",
"version": "1.11.0",
"license": "MIT",
"author": "Jan Suwart",
"description": "Angular 11+ package for generating and using inline SVG icons in your project",
"description": "Angular 12+ package for generating and using inline SVG icons in your project",
"bugs": {
"url": "https://github.com/jannicz/ng-svg-icon-sprite/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/icon-sprite/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SVG icon sprite component for Angular 11
# SVG icon sprite component for Angular 12

This library provides both a solution for generating SVG sprites and a [module](https://www.npmjs.com/package/ng-svg-icon-sprite) for including them.

Expand Down

0 comments on commit e8aafcf

Please sign in to comment.