Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyscarborough committed Jun 18, 2021
1 parent e35f840 commit 1537b19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ The two dependencies for the plugin are the [Mustache](https://github.com/janl/m

```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="https://unpkg.com/github-activity-feed@0.1.7/dist/github-activity.min.css">
<link rel="stylesheet" href="https://unpkg.com/github-activity-feed@0.2.0/dist/github-activity.min.css">

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/github-activity-feed@0.1.7/dist/github-activity.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/github-activity-feed@0.2.0/dist/github-activity.min.js"></script>
```

### Using npm
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": "github-activity-feed",
"version": "0.1.7",
"version": "0.2.0",
"description": "A widget for displaying GitHub activity for a user.",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down

0 comments on commit 1537b19

Please sign in to comment.