diff --git a/assets/images/hat/anime.png b/assets/images/hat/anime.png deleted file mode 100644 index 1dae31eb..00000000 Binary files a/assets/images/hat/anime.png and /dev/null differ diff --git a/assets/images/hat/christmas.png b/assets/images/hat/christmas.png index 75e786c7..0e27c276 100644 Binary files a/assets/images/hat/christmas.png and b/assets/images/hat/christmas.png differ diff --git a/assets/images/hat/leprechaun.png b/assets/images/hat/leprechaun.png new file mode 100644 index 00000000..9f524206 Binary files /dev/null and b/assets/images/hat/leprechaun.png differ diff --git a/assets/images/hat/pirate.png b/assets/images/hat/pirate.png new file mode 100644 index 00000000..6f5ff848 Binary files /dev/null and b/assets/images/hat/pirate.png differ diff --git a/assets/json/hat.json b/assets/json/hat.json index e9172d58..28c727dd 100644 --- a/assets/json/hat.json +++ b/assets/json/hat.json @@ -1,7 +1,8 @@ [ "christmas", - "anime", "tophat", "pilgrim", - "birthday" + "birthday", + "leprechaun", + "pirate" ] diff --git a/package.json b/package.json index c753e46f..86998679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.8.2", + "version": "91.8.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {