Skip to content

Commit ce242e8

Browse files
committed
Updated deps and added notes
1 parent fb3f0b1 commit ce242e8

3 files changed

Lines changed: 37 additions & 27 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This application is an example of an Elixir LiveView based desktop application. It uses the elixir-desktop library and a local SQLite database to create a web-technology based desktop app.
44

5+
## Changes in 1.2
6+
7+
- Added `desktop_deployment` and CI to generate windows+macos+linux binaries
8+
9+
To build binaries locally run:
10+
11+
```bash
12+
mix desktop.installer
13+
```
14+
515
## Changes in 1.1
616

717
- Updated to Phoenix 1.7 and LiveView 0.18

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
defmodule Todo.MixProject do
22
use Mix.Project
33

4-
@version "1.1.0"
4+
@version "1.2.0"
55
def project do
66
[
77
app: :todo_app,
88
version: @version,
9-
elixir: "~> 1.10",
9+
elixir: "~> 1.14",
1010
elixirc_paths: elixirc_paths(Mix.env()),
1111
compilers: Mix.compilers(),
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)