Skip to content

Commit 4ce985f

Browse files
committed
release: v0.1.9
1 parent bee915c commit 4ce985f

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ not notarized by Apple, so macOS blocks the first launch by design. The fix is b
1313

1414
## 1. Copy the installer over
1515

16-
Get `Ember_0.1.8_aarch64.dmg` onto the other Mac — **AirDrop**, a USB stick, or any file transfer.
17-
(After a build it lives at `src-tauri/target/release/bundle/dmg/Ember_0.1.8_aarch64.dmg`.)
16+
Get `Ember_0.1.9_aarch64.dmg` onto the other Mac — **AirDrop**, a USB stick, or any file transfer.
17+
(After a build it lives at `src-tauri/target/release/bundle/dmg/Ember_0.1.9_aarch64.dmg`.)
1818

1919
## 2. Install the app
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ project, so they'd be blocked *and* wouldn't see the credentials screen.
106106

107107
## Install on another Mac
108108

109-
1. Copy the `.dmg` (e.g. `Ember_0.1.8_aarch64.dmg`) to the other Mac and drag **Ember** into **Applications**.
109+
1. Copy the `.dmg` (e.g. `Ember_0.1.9_aarch64.dmg`) to the other Mac and drag **Ember** into **Applications**.
110110
2. The app is **unsigned / not notarized**, so Gatekeeper blocks the first launch. Either:
111111
- **System Settings → Privacy & Security → "Open Anyway"**, or
112112
- `xattr -dr com.apple.quarantine /Applications/Ember.app` in Terminal, then open it.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ember-scaffold",
33
"private": true,
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ember"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Ember — a local Gmail client"
55
edition = "2021"
66

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Ember",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"identifier": "com.ember.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)