Skip to content

Commit

Permalink
5.0-beta-5 (Re)Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jri committed Aug 26, 2019
1 parent fac0393 commit 96d9884
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,4 +59,4 @@ DeepaMehta is under heavy development. While you can do productive work with it,


------------
Aug 13, 2019
Aug 26, 2019
Expand Up @@ -8,7 +8,7 @@
</div>
<div class="field">
<div class="field-label">Released</div>
Aug 22, 2019
Aug 26, 2019
</div>
<div class="field">
<div class="field-label">License</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/dmx-webclient/src/main/js/main.js
Expand Up @@ -9,7 +9,7 @@ import 'font-awesome/css/font-awesome.css'
import './element-ui'
import './websocket'

console.log('[DMX] 2019/08/22')
console.log('[DMX] 2019/08/26')

// 1) Init dm5 library
// The dm5 library must be inited *before* the dm5-webclient component is instantiated.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -14,10 +14,10 @@
"stats": "webpack -p --json > stats.json && webpack-bundle-analyzer stats.json modules/dmx-webclient/src/main/resources/web"
},
"dependencies": {
"dm5": "https://github.com/jri/dm5.git",
"dm5-cytoscape-renderer": "https://github.com/jri/dm5-cytoscape-renderer.git",
"dm5-detail-panel": "0.27.0",
"dm5-object-renderer": "https://github.com/jri/dm5-object-renderer.git",
"dm5": "0.35.0",
"dm5-cytoscape-renderer": "0.24.0",
"dm5-detail-panel": "0.28.0",
"dm5-object-renderer": "0.19.0",
"dm5-search-widget": "0.26.0",
"dm5-topic-list": "0.13.0",
"dm5-topicmap-panel": "0.24.0",
Expand Down

0 comments on commit 96d9884

Please sign in to comment.