Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Feb 16, 2021
1 parent 13ba28d commit 92e2e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lume/eventful",
"version": "0.1.0",
"version": "0.1.1",
"description": "Emit and subscribe to events.",
"author": "Joe Pea <joe@trusktr.io>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './Eventful.js'

export const version = '0.1.0'
export const version = '0.1.1'

0 comments on commit 92e2e32

Please sign in to comment.