Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerpedjiev committed Apr 26, 2020
1 parent 8489c0d commit a1d14b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ npm install higlass-vcf

The live scripts can be found at:

- https://unpkg.com/[email protected].3/dist/higlass-vcf.min.js
- https://unpkg.com/[email protected].4/dist/higlass-vcf.min.js

### Client

1. Make sure you load this track prior to `hglib.js`. For example:

```
<script src="https://unpkg.com/[email protected].3/dist/higlass-vcf.min.js"></script>
<script src="https://unpkg.com/[email protected].4/dist/higlass-vcf.min.js"></script>
<script src="hglib.js"></script>
<script>
...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "higlass-vcf",
"version": "0.1.3",
"version": "0.1.4",
"description": "HiGlass VCF Track",
"keywords": [
"HiGlass",
Expand Down

0 comments on commit a1d14b2

Please sign in to comment.