Skip to content

Commit 691f731

Browse files
committed
v0.2.0-beta.1
1 parent 016bc10 commit 691f731

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
defmodule LiveViewNative.SwiftUI.MixProject do
22
use Mix.Project
33

4+
@version "0.2.0-beta.1"
5+
46
def project do
57
[
68
app: :live_view_native_swiftui,
7-
version: "0.1.0",
9+
version: @version,
810
elixir: "~> 1.15",
911
description: "LiveView Native platform for SwiftUI",
1012
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)