Skip to content

Commit 917b8d0

Browse files
committed
release 0.1.2
1 parent 643d29a commit 917b8d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule PhxNewDesktop.MixProject do
66
def project do
77
[
88
app: @app,
9-
version: "0.1.1",
9+
version: "0.1.2",
1010
elixir: "~> 1.14",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
start_permanent: Mix.env() == :prod,

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phx_new_desktop"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "phx.new app"
55
authors = ["feng19"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)