Skip to content

Commit

Permalink
Change version to 2.0.0 RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed May 16, 2018
1 parent bc7e1b0 commit 1d92934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


<!-- Pull in correct theme configuration, then use Require.js to manage dependencies -->
<script id="loader" type="text/javascript" src="loader.js?v=2.0.0RC6"
<script id="loader" type="text/javascript" src="loader.js?v=2.0.0RC7"
data-theme="default"
data-metacat-context="metacat"
data-map-key="YOUR-GOOGLE-MAPS-API-KEY"
Expand Down
4 changes: 2 additions & 2 deletions src/loader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* MetacatUI
* MetacatUI
* https://github.com/NCEAS/metacatui
* MetacatUI is a client-side web interface for querying Metacat servers and other servers that implement the DataONE REST API.
**/
Expand All @@ -15,7 +15,7 @@ if ( (MetacatUI.mapKey == "YOUR-GOOGLE-MAPS-API-KEY") || (!MetacatUI.mapKey) ) {
MetacatUI.useD3 = true;

//This version of Metacat UI - used for cache busting
MetacatUI.metacatUIVersion = "2.0.0RC6";
MetacatUI.metacatUIVersion = "2.0.0RC7";

MetacatUI.loadTheme = function(theme) {
var script = document.createElement("script");
Expand Down

0 comments on commit 1d92934

Please sign in to comment.