nalet 0.1.3 → 0.1.4

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/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,9 +110,10 @@ Nalet ships with a Tauri v2 desktop app for managing everything from your menu b
110
110
  - Settings panel
111
111
  - System tray with quick access
112
112
 
113
- > **Note:** If you downloaded the `.dmg` manually (not via Homebrew) and macOS blocks it:
113
+ > **Note:** If macOS shows "unidentified developer" on first launch, right-click the app and select **Open**.
114
+ > If you downloaded the `.dmg` manually and macOS says it's "damaged", run:
114
115
  > ```bash
115
- > xattr -cr /Applications/Nalet.app
116
+ > xattr -cr /Applications/nalet.app
116
117
  > ```
117
118
 
118
119
  ## Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nalet",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A Valet-like dev environment manager for Node.js frameworks",
5
5
  "author": "Mohamed Ashraf <cupo.ashraf@gmail.com>",
6
6
  "repository": {