Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Lewandowski <[email protected]>
  • Loading branch information
piotrl committed Feb 17, 2017
1 parent 4917c64 commit ac4ce14
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-profile-card",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/piotrl/github-profile-card",
"authors": [
"Piotr Lewandowski <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/gh-profile-card.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** GitHub Profile Card - v2.0.0 **/
/** GitHub Profile Card - v2.0.1 **/
/**
* Github widget styles
* ------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dist/gh-profile-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** GitHub Profile Card - v2.0.0 **/
/** GitHub Profile Card - v2.0.1 **/
(function(){
"use strict";
var CacheStorage = (function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/gh-profile-card.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/gh-profile-card.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var gulp = require('gulp'),
tslint = require('gulp-tslint'),
wrap = require('gulp-wrap');

var version = 'v2.0.0';
var version = 'v2.0.1';

var paths = {
scripts: [
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-profile-card",
"version": "2.0.0",
"version": "2.0.1",
"description": "Widget for presenting your GitHub profile on your website. Pure JavaScript.",
"main": "dist/github-profile-card.js",
"dependencies": {},
Expand Down

0 comments on commit ac4ce14

Please sign in to comment.