Skip to content

Commit

Permalink
Setting version 1.2.0-RC (DBVTK 2.2.0-RC)
Browse files Browse the repository at this point in the history
  • Loading branch information
006627 committed Nov 26, 2019
1 parent c4f658f commit 56f7d2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/components/application-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = class ApplicationMenu {
const manageMenu = {
label: 'Manage',
click: () => {
win.loadURL(buildUrl(win, this.language, "#desktop-database"));
win.loadURL(buildUrl(win, this.language, "#database"));
}
};

Expand Down
2 changes: 1 addition & 1 deletion app/helpers/memoryManagerHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = class MemoryManager {
getMaxHeapMemorySettings() {
let memorySettings = electronSettings.get('maxHeapMemory');
if(memorySettings == null || memorySettings > this.getOsMemory()){
this.setMaxHeapMemorySettings(setMaxHeapMemorySettings)
this.setMaxHeapMemorySettings(memorySettings)
return this.getMaxHeapMemory();
}
return electronSettings.get('maxHeapMemory');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dbvtk-gui",
"description": "Database Preservation Toolkit",
"version": "1.1.1",
"dbvtkVersion": "2.1.0",
"version": "1.2.0-RC",
"dbvtkVersion": "2.2.0-RC",
"author": "Luis Faria <lfaria@keep.pt>",
"main": "./app/app.js",
"build": {
Expand Down

0 comments on commit 56f7d2f

Please sign in to comment.