Skip to content

Commit eaf2ed9

Browse files
authored
Merge pull request #121 from hyperbrowser/hb_release/v2.0b7
v2.0b7
2 parents b3e3054 + 9a641b1 commit eaf2ed9

File tree

11 files changed

+32
-32
lines changed

11 files changed

+32
-32
lines changed

client/galaxy/scripts/layout/masthead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var View = Backbone.View.extend({
6060
},
6161

6262
render: function() {
63-
this.$navbarBrandTitle.html( 'v2.0b6 <a href="https://galaxyproject.org/">(powered by Galaxy)</a> ' + ( this.options.brand && '/ ' + this.options.brand || '' ) );
63+
this.$navbarBrandTitle.html( 'v2.0b7 <a href="https://galaxyproject.org/">(powered by Galaxy)</a> ' + ( this.options.brand && '/ ' + this.options.brand || '' ) );
6464
this.$navbarBrandLink.attr( 'href', this.options.logo_url );
6565
this.$navbarBrandImage.attr( 'src', Galaxy.root + 'static/hyperbrowser/images/logo/HB_logo_title_small.png' );
6666
this.quotaMeter.render();

lib/hb/config/Config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Version information
99
#
1010

11-
HB_VERSION = 'v2.0b6'
11+
HB_VERSION = 'v2.0b7'
1212

1313

1414
#

static/scripts/bundled/analysis.bundled.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/scripts/bundled/analysis.bundled.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/scripts/bundled/libs.bundled.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/scripts/bundled/libs.bundled.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/scripts/bundled/login.bundled.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/scripts/bundled/login.bundled.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/scripts/layout/masthead.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/style/HB/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)