Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Sep 9, 2023
1 parent 41901b2 commit 1553f5c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lume",
"description": "the communication app",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lume"
version = "1.2.3"
version = "1.2.4"
description = "the communication app"
authors = ["Ren Amamiya"]
license = "GPL-3.0"
Expand Down Expand Up @@ -34,7 +34,6 @@ tauri = { version = "1.4", features = [
"fs-remove-file",
"window-center",
"dialog-all",
"macos-private-api",
"http-multipart",
] }
tauri-plugin-sql = { git = "hhttps://github.com/tauri-apps/plugins-workspace", branch = "v1", features = [
Expand Down
5 changes: 3 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "1.2.3"
"version": "1.2.4"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -125,6 +125,7 @@
"csp": {
"content-security-policy": "upgrade-insecure-requests"
}
}
},
"macOSPrivateApi": true
}
}
1 change: 0 additions & 1 deletion src-tauri/tauri.macos.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"tauri": {
"macOSPrivateApi": true,
"windows": [
{
"width": 400,
Expand Down

0 comments on commit 1553f5c

Please sign in to comment.