create-message-kit 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -302,7 +302,7 @@ ${packageManager.split("@")[0]} run dev
302
302
 
303
303
  5. Enjoy!
304
304
  ---
305
- Made with ❤️ by [XMTP](https://xmtp.org)
305
+ Made with ❤️ by [Ephemera](https://ephemerahq.com)
306
306
  `;
307
307
 
308
308
  fs.writeFileSync(resolve(destDir, "README.md"), readmeContent.trim());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",