diff --git a/README.md b/README.md index 046e371..9b80c44 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@

🍀 Irish PubSub - 97b pubsub system


- gzip size + gzip size - brotli size + brotli size install size -

+

1 Modern (es6) functional Pubsub system (no `class`, or `this`), weights about 97b minified + gzipped. diff --git a/package.json b/package.json index b0da6af..7004623 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "irish-pub-sub", - "version": "1.1.0", - "description": "🍀131b Pubsub system", + "version": "1.1.1", + "description": "🍀97b Pubsub system", "main": "index.js", "repository": "https://github.com/bratsos/irish-pubsub", "author": "Alex Bratsos ",