Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jul 25, 2016
1 parent bca5765 commit 61f8000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tribute",
"description": "Native ES6 @mentions",
"version": "2.0.1",
"version": "2.0.2",
"main": [
"dist/tribute.js",
"dist/tribute.css"
Expand Down
2 changes: 1 addition & 1 deletion dist/tribute.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tributejs",
"version": "2.0.1",
"version": "2.0.2",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

import Tribute from "./Tribute";

export default Tribute;
export default Tribute;

0 comments on commit 61f8000

Please sign in to comment.