Skip to content

Commit

Permalink
chore: bump version (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Mehmet Erim <[email protected]>
  • Loading branch information
mehmet-erim and Mehmet Erim authored Oct 24, 2022
1 parent 1dee238 commit b75ce37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ngx-validate",
"version": "0.1.2",
"version": "0.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:core": "ng build core",
"build:core": "ng build core --configuration=production",
"build:demo": "ng build --configuration=production",
"test": "ng test",
"test:core": "ng test core",
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": "@ngx-validate/core",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit b75ce37

Please sign in to comment.