build: update the package.json to 10.2.0-next.0

When the rc was cut for 10.1.0-rc.0, the package.json for master should be updated
to to the following next version, in this case 10.2.0-next.0.
This commit is contained in:
Joey Perrott 2020-08-27 15:59:52 -07:00
parent 31f4557621
commit de1cffb23b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "10.1.0-rc.0",
"version": "10.2.0-next.0",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",