Skip to content

Commit 0c22148

Browse files
committed
release 0.1.2
1 parent 643d29a commit 0c22148

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "phx_new_desktop",
11-
"version": "0.1.1"
11+
"version": "0.1.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)