Skip to content

Commit

Permalink
Bump package version to 2.27.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Meijer committed Sep 1, 2023
1 parent e15c60b commit 2476c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Modification of arrays is not support, but non-existing config sub-group (object
##### rest
- `config.rest.components = {}`
- Collection of external rest routes index by their (unique) ids. The value is an object with keys; `src` file-path (or name)
to the module defining the router, `mount` where the router will be mounted relative the <host>, `options` an object with setting for the specific router.
to the module defining the router, `mount` where the router will be mounted relative to the root of the host, `options` an object with setting for the specific router.
Use the `RestRouterGenerator` plugin to generate a template router (see the generated file for more info).

##### seedProjects
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgme-engine",
"version": "2.26.0",
"version": "2.27.0-beta",
"description": "WebGME server and Client API without a GUI",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 2476c23

Please sign in to comment.