diff --git a/changelog.md b/changelog.md index 9eb44de..a8a72cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ # Changelog for Bolt Forms -* 2.x.x (2015-xx-xx) +* 2.4.3 (2015-08-29) * Added: Icon (credit @Mikescops) + * Fixed: Additional fix for bolt-assets path * 2.4.2 (2015-08-28) * Fixed: bolt-assets was incorrectly specified as a file instead of a directory (credit @emarref) diff --git a/composer.json b/composer.json index ca12b1f..8fa0fc5 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ } }, "extra" : { - "bolt-assets" : "css/boltforms", + "bolt-assets" : "css", "bolt-icon" : "assets/icon-boltforms.png", "branch-alias" : { "dev-master" : "2.3.*-dev"