Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jul 2, 2021
2 parents 8c8cd41 + a41b50e commit d23a9fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-validator",
"version": "10.0.0",
"version": "11.0.0",
"description": "Angular7+ form validator, make error tips easy and automatic. don't need to manually write error tips templates.",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@why520crazy/ngx-validator",
"version": "10.0.0",
"version": "11.0.0",
"description": "Angular7+ form validator, make error tips easy and automatic. don't need to manually write error tips templates.",
"private": false,
"repository": "https://github.com/why520crazy/ngx-validator",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '10.0.0';
export const VERSION = '11.0.0';

0 comments on commit d23a9fe

Please sign in to comment.