Skip to content

Commit

Permalink
Merge branch 'release-3.x.x' into TASK-6869
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Sep 20, 2024
2 parents 8cb446d + 2f38744 commit 2aa66d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsorolla",
"version": "3.2.1",
"version": "3.3.0-dev",
"description": "JSorolla is a JavaScript bioinformatic library for data analysis and genomic visualization",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/webcomponents/commons/layouts/custom-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default class CustomFooter extends LitElement {
<div class="d-flex gap-3">
<div class="footer-item footer-section-text">
<a class="text-white" href="https://github.com/opencb/jsorolla" target="blank">
${this.appName || "IVA (JSorolla)"} <sup>${this.version || this.config?.version}</sup>
${this.appName || "IVA (JSorolla)"} <sup>v${this.version || this.config?.version}</sup>
</a>
</div>
${this.host?.opencga ? html `
Expand Down

0 comments on commit 2aa66d4

Please sign in to comment.