Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gomorizsolt committed Nov 5, 2019
1 parent 1763030 commit 443190f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Status and support
- ✔ ongoing development

<!--- Version information -->
*You are viewing the README of version [v0.1.1](/../../releases/tag/v0.1.1). You can find other releases [here](/../../releases).*
*You are viewing the README of version [v0.2.0](/../../releases/tag/v0.2.0). You can find other releases [here](/../../releases).*
<!--- Version information end -->

[![Build Status](https://travis-ci.org/c-hive/team-contribution-calendar.svg?branch=master)](https://travis-ci.org/c-hive/team-contribution-calendar)
Expand All @@ -31,7 +31,7 @@ npm install --save @c-hive/team-contribution-calendar


```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/c-hive/team-contribution-calendar@0.1.1/dist/team-contribution-calendar.min.js">
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/c-hive/team-contribution-calendar@0.2.0/dist/team-contribution-calendar.min.js">
</script>
```

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c-hive/team-contribution-calendar",
"version": "0.1.1",
"version": "0.2.0",
"description": "GitHub-like contribution calendar for the whole team. Supports GitHub and GitLab.",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -68,7 +68,9 @@
"sinon": "^7.3.1",
"uglify-js": "^3.5.4"
},
"resolutions": { "svgo": "1.3.0" },
"resolutions": {
"svgo": "1.3.0"
},
"pre-commit": [
"lint",
"test"
Expand Down

0 comments on commit 443190f

Please sign in to comment.