Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Mar 12, 2019
1 parent 33f4275 commit a63d8c0
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 @@ -17,7 +17,7 @@ Check out [live examples](https://eweitz.github.io/ideogram/), get [up and runni

To link directly to the latest release, copy this snippet:
```
<script src="https://unpkg.com/ideogram@1.5.0/dist/js/ideogram.min.js"></script>
<script src="https://unpkg.com/ideogram@1.6.0/dist/js/ideogram.min.js"></script>
```

You can also easily use the library locally:
Expand All @@ -42,7 +42,7 @@ import Ideogram from 'ideogram';
# Usage
```html
<head>
<script src="https://unpkg.com/ideogram@1.5.0/dist/js/ideogram.min.js"></script>
<script src="https://unpkg.com/ideogram@1.6.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.5.0",
"version": "1.6.0",
"description": "Chromosome visualization with D3.js",
"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.5.0';
var version = '1.6.0';
export default version;

0 comments on commit a63d8c0

Please sign in to comment.