From affb334a70d0fc9a16f951ca0847382c370c3f44 Mon Sep 17 00:00:00 2001 From: walker Date: Tue, 30 Aug 2016 10:28:36 -0700 Subject: [PATCH] Prepare for 1.12.0 tag --- metacatui/src/main/webapp/js/themes/arctic/models/AppModel.js | 2 +- metacatui/src/main/webapp/js/themes/dataone/models/AppModel.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metacatui/src/main/webapp/js/themes/arctic/models/AppModel.js b/metacatui/src/main/webapp/js/themes/arctic/models/AppModel.js index 723ce5524..7bca02520 100644 --- a/metacatui/src/main/webapp/js/themes/arctic/models/AppModel.js +++ b/metacatui/src/main/webapp/js/themes/arctic/models/AppModel.js @@ -34,7 +34,7 @@ define(['jquery', 'underscore', 'backbone'], maxDownloadSize: 3000000000, - metacatVersion: "2.7.1", + metacatVersion: "2.7.2", baseUrl: window.location.origin || (window.location.protocol + "//" + window.location.host), // the most likely item to change is the Metacat deployment context context: '/metacat', diff --git a/metacatui/src/main/webapp/js/themes/dataone/models/AppModel.js b/metacatui/src/main/webapp/js/themes/dataone/models/AppModel.js index 04ce6809a..fbbc32b2c 100644 --- a/metacatui/src/main/webapp/js/themes/dataone/models/AppModel.js +++ b/metacatui/src/main/webapp/js/themes/dataone/models/AppModel.js @@ -34,7 +34,7 @@ define(['jquery', 'underscore', 'backbone'], maxDownloadSize: 3000000000, - metcatVersion: "2.7.0", + metcatVersion: "2.7.2", baseUrl: window.location.origin || (window.location.protocol + "//" + window.location.host), // the most likely item to change is the Metacat deployment context context: '',