Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 16, 2019
1 parent 4f4adfd commit 7838d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghscard/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = "Copyright 2017-{}, {}".format(datetime.now().year, __author__)
__license__ = "MIT License"
__version__ = "0.1.3"
__version__ = "0.1.4"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghscard",
"version": "0.1.3",
"version": "0.1.4",
"description": "ghscard is a JavaScript widget to generate interactive GitHub user/repository/organization cards for static web pages (like GitHub pages).",
"main": "index.js",
"watch": {
Expand Down

0 comments on commit 7838d49

Please sign in to comment.