Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
release: v10.0.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed May 11, 2020
1 parent 3f26c30 commit a1bc972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "9.0.2",
"version": "10.0.0-next.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down
2 changes: 1 addition & 1 deletion tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^9.1.0"
NG_VERSION = "^10.0.0-next.0"
RXJS_VERSION = "^6.5.3"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
Expand Down

0 comments on commit a1bc972

Please sign in to comment.