bump major version
This has to be done before release because our staging registry is essentialy a continusous deployment pipeline that makes use of the major and minor version of master.
This commit is contained in:
parent
75ea3f928a
commit
8c82f17930
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-explorer",
|
"name": "loopback-explorer",
|
||||||
"version": "1.8.2",
|
"version": "2.0.0-0",
|
||||||
"description": "Browse and test your LoopBack app's APIs",
|
"description": "Browse and test your LoopBack app's APIs",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue