Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
sliceofbytes committed Sep 3, 2020
1 parent 4739c8d commit 4abe3cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-videogular",
"version": "10.1.0",
"version": "10.1.0-0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-videogular/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ngx-videogular",
"version": "9.0.1",
"version": "10.1.0-0",
"description": "Videogular is a video application framework for desktop and mobile powered by Angular",
"repository": {
"type": "git",
"url": "https://github.com/sliceofbytes/ngx-videogular"
},
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/common": "^10.1.0",
"@angular/core": "^10.1.0",
"rxjs": "~6.5.4"
},
"keywords": [
Expand Down

0 comments on commit 4abe3cf

Please sign in to comment.