From e0f0d3d33522555103086231050216e5f5854115 Mon Sep 17 00:00:00 2001 From: Casey Scarborough Date: Thu, 29 Oct 2015 18:39:08 -0400 Subject: [PATCH] Bump version to 0.1.4. --- README.md | 4 ++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0ac9ab..e15236c 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ The two dependencies for the plugin are the [Mustache](https://github.com/janl/m ```html - + - + ``` The files can be downloaded from the [releases page](https://github.com/caseyscarborough/github-activity/releases). diff --git a/bower.json b/bower.json index d2bd606..d772110 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/package.json b/package.json index 0891610..32df1ee 100644 --- a/package.json +++ b/package.json @@ -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": {