Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Apr 16, 2018
1 parent cd21950 commit 7dc6150
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 @@ -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.0.0/dist/js/ideogram.min.js"></script>
<script src="https://unpkg.com/ideogram@1.1.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.0.0/dist/js/ideogram.min.js"></script>
<script src="https://unpkg.com/ideogram@1.1.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": "1.0.0",
"version": "1.1.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.0.0';
var version = '1.1.0';
export default version;

0 comments on commit 7dc6150

Please # to comment.