Skip to content

Commit

Permalink
1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Feb 15, 2022
1 parent d47b6e2 commit 7bb37cf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A [broader overview](https://speakerdeck.com/eweitz/ideogramjs-chromosome-visual

To link directly to the latest release, copy this snippet:
```
<script src="https://cdn.jsdelivr.net/npm/ideogram@1.33.0/dist/js/ideogram.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ideogram@1.34.0/dist/js/ideogram.min.js"></script>
```

You can also easily use the library locally:
Expand All @@ -44,7 +44,7 @@ import Ideogram from 'ideogram';
# Usage
```html
<head>
<script src="https://cdn.jsdelivr.net/npm/ideogram@1.33.0/dist/js/ideogram.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ideogram@1.34.0/dist/js/ideogram.min.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! Ideogram.js, version 1.33.0. Developed by Eric Weitz. https://github.com/eweitz/ideogram. Public domain (CC0 1.0). */
/*! Ideogram.js, version 1.34.0. Developed by Eric Weitz. https://github.com/eweitz/ideogram. Public domain (CC0 1.0). */
2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ideogram",
"version": "1.33.0",
"version": "1.34.0",
"description": "Chromosome visualization for the web",
"main": "src/js/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
var version = '1.33.0';
var version = '1.34.0';
export default version;

0 comments on commit 7bb37cf

Please sign in to comment.