Skip to content

Commit

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

```html
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="github-activity-0.1.3.min.css">
<link rel="stylesheet" href="github-activity-0.1.4.min.css">

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="github-activity-0.1.3.min.js"></script>
<script type="text/javascript" src="github-activity-0.1.4.min.js"></script>
```

The files can be downloaded from the [releases page](https://github.com/caseyscarborough/github-activity/releases).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GitHub Activity Stream",
"main": "github-activity.js",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/caseyscarborough/github-activity",
"authors": [
"Casey Scarborough <[email protected]>"
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",
"version": "0.1.3",
"version": "0.1.4",
"description": "A widget for displaying GitHub activity for a user.",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down

0 comments on commit e0f0d3d

Please sign in to comment.