Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Mar 3, 2020
1 parent 62e1db4 commit cbf1e4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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": "5.0.0",
"version": "5.0.1",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"module": "dist/tribute.esm.js",
Expand Down
8 changes: 4 additions & 4 deletions tributejs.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TributeJS v5.0.0
// Type definitions for TributeJS v5.0.1
// Project: https://github.com/zurb/tribute
// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>

Expand Down Expand Up @@ -93,7 +93,7 @@ export default class Tribute<T extends {}> {

attach(to: Element): void;

detach(to: Element): void
showMenuForCollection(input: Element, collectionIndex?: number): void
detach(to: Element): void;

showMenuForCollection(input: Element, collectionIndex?: number): void;
}

0 comments on commit cbf1e4a

Please sign in to comment.