diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc9e80..8798511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.8.4rc: 2024-02-09 +### 1.8.4: 2024-02-09 * Update bluesky icon #106 (thanks @dhelonious!) * Fix Carriage Return after a custom emoji in the bio's Extra fields #104 (thanks @manuviens!) diff --git a/layout-multiple-columns.css b/layout-multiple-columns.css index 8039bc7..36c1368 100644 --- a/layout-multiple-columns.css +++ b/layout-multiple-columns.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 1.8.4rc2 */ + 1.8.4 */ /* CSS variables */ :root { diff --git a/layout-single-column.css b/layout-single-column.css index abaf3fe..be3ac9f 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 1.8.4rc2 */ + 1.8.4 */ /* CSS variables */ :root { diff --git a/package.json b/package.json index 53550f5..56134a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-bird-ui", - "version": "1.8.4rc2", + "version": "1.8.4", "description": "", "main": "index.js", "scripts": {