create-quasar 1.0.2 → 1.0.3

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/package.json +1 -1
  2. package/utils/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quasar",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
5
5
  "author": {
6
6
  "name": "Razvan Stoenescu",
package/utils/index.js CHANGED
@@ -142,7 +142,7 @@ Documentation can be found at: https://${verPrefix}quasar.dev
142
142
 
143
143
  Quasar is relying on donations to evolve. We'd be very grateful if you can
144
144
  read our manifest on "Why donations are important": https://${verPrefix}quasar.dev/why-donate
145
- Donation campaign: https://${verPrefix}donate.quasar.dev
145
+ Donation campaign: https://donate.quasar.dev
146
146
  Any amount is very welcomed.
147
147
  If invoices are required, please first contact Razvan Stoenescu.
148
148