Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Feb 23, 2018
1 parent 026fb00 commit 4c7828c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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@0.15.0/dist/js/ideogram.min.js"></script>
<script src="https://unpkg.com/ideogram@0.16.0/dist/js/ideogram.min.js"></script>
```

You can also easily use the library locally:
Expand All @@ -38,7 +38,7 @@ import Ideogram from 'ideogram';
# Usage
```html
<head>
<script src="https://unpkg.com/ideogram@0.15.0/dist/js/ideogram.min.js"></script>
<script src="https://unpkg.com/ideogram@0.16.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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ideogram",
"version": "0.15.0",
"version": "0.16.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 = '0.15.0';
var version = '0.16.0';
export default version;

0 comments on commit 4c7828c

Please sign in to comment.