Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 14, 2024
1 parent 2f58382 commit eeb435d
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,6 +1,6 @@
{
"name": "up-window-angular-spa",
"version": "0.2.1",
"version": "0.2.0",
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
"repository": "https://github.com/criar-art/up-window-angular",
"bugs": {
Expand All @@ -19,7 +19,7 @@
"start": "ng serve",
"build": "ng build",
"build:module": "ng build up-window-angular && npm run postbuild",
"version": "npm version patch && cd projects/up-window-angular && npm version patch",
"version": "cd projects/up-window-angular && npm version patch",
"publish": "cd dist/up-window-angular && npm publish",
"watch": "ng build --watch --configuration development",
"test": "ng test",
Expand Down
2 changes: 1 addition & 1 deletion projects/up-window-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "up-window-angular",
"version": "0.2.0",
"version": "0.2.1",
"public": true,
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
"repository": "https://github.com/criar-art/up-window-angular",
Expand Down

0 comments on commit eeb435d

Please sign in to comment.