We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d1459 commit c38cc7eCopy full SHA for c38cc7e
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "my-media-kit",
3
"private": true,
4
- "version": "0.1.10",
+ "version": "0.1.11",
5
"type": "module",
6
"scripts": {
7
"tauri": "tauri",
src-tauri/Cargo.toml
@@ -10,7 +10,7 @@ members = [
10
]
11
12
[workspace.package]
13
-version = "0.1.10"
+version = "0.1.11"
14
edition = "2021"
15
authors = ["phucnt"]
16
license = "MIT"
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "MyMediaKit",
"identifier": "tech.lighton.media.MyMediaKit",
"build": {
"frontendDist": "../src"
0 commit comments