Skip to content

Commit

Permalink
update name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamoris committed May 16, 2022
1 parent 67d025a commit 5c9c167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# angular-mms
# View Editor (VE)

## Usage
https://github.com/Open-MBEE/ve/blob/develop/Documents/ViewEditorUserGuide.pdf
Expand All @@ -13,7 +13,7 @@ https://github.com/Open-MBEE/ve/blob/develop/Documents/ViewEditorUserGuide.pdf
* /app - MDEV developed application, this will be separated out in the future

## Configuration
_(View Editor 3.7.0 and newer)_
_(View Editor 4.0.0 and newer)_

You can now configure view editor to work with external sites without using Grunt. This file also allows the configuration
of certain branding and other features that will be expanded in future versions
Expand All @@ -25,7 +25,7 @@ of certain branding and other features that will be expanded in future versions
appended to your `grunt` command (e.g. `grunt release:docker --env=prod`).
3. For more information regarding the available configuration options see [Config](docs/Config.md).

_Versions Prior to 3.7.0_
_Versions Prior to 4.0.0_
5. Create a file named `angular-mms-grunt-servers.json`. This is where you will add server mappings.
* The _grunt_ command will build with these default and fake values, but will not be runnable.
* You should update "ems" key to point to the value of the **actual** hostname serving the Model Management Server (MMS).
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.example.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//Do not modify the structure of this
window.__env = {
// View Editor Version
version: '3.7.0',
version: '4.0.0-RC1',
// API url
apiUrl: 'http://localhost:8080',
// Base url
Expand Down

0 comments on commit 5c9c167

Please sign in to comment.