diff --git a/.gitignore b/.gitignore index a00b5cd..c7ebb0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dev-build node_modules -build \ No newline at end of file +build +*.psd \ No newline at end of file diff --git a/README.md b/README.md index 1e8021d..c3fcceb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- +

-# live-chat -[![Discord](https://img.shields.io/discord/238458588169895937?label=Discord&style=plastic)](https://discord.gg/pVNnTDA) [![BTC](https://img.shields.io/static/v1?label=BTC&style=plastic&message=3QkKHVyT1nZLEeH8f77bUhXorXKPQs5gzN&color=red)](https://cdn.jsdelivr.net/gh/wompmacho/womp/assets/img/btc.JPG) +# wompchat +[![Discord](https://img.shields.io/discord/238458588169895937?label=Discord&style=plastic)](https://discord.gg/pVNnTDA) [![BTC](https://img.shields.io/static/v1?label=BTC&style=plastic&message=3QkKHVyT1nZLEeH8f77bUhXorXKPQs5gzN&color=red)](https://cdn.jsdelivr.net/gh/wompmacho/wompchat/assets/img/btc.JPG) A Chrome Extension To Improve YouTube Livestream Chat diff --git a/package.json b/package.json index 10b7cd8..09d27c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "Womp", - "version": "1.0.3", + "name": "WompChat", + "version": "1.0.4", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.", "scripts": { "start": "webpack --progress --watch",