Skip to content

Commit

Permalink
1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Aug 17, 2020
1 parent ab66501 commit a073a3a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.21.0/dist/js/ideogram.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ideogram@1.22.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.21.0/dist/js/ideogram.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ideogram@1.22.0/dist/js/ideogram.min.js"></script>
</head>
<body>
<script>
Expand Down
4 changes: 2 additions & 2 deletions dist/js/ideogram.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.21.0",
"version": "1.22.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.21.0';
var version = '1.22.0';
export default version;

0 comments on commit a073a3a

Please sign in to comment.