Skip to content

Commit c38cc7e

Browse files
committed
chore: v0.1.11 — prominent YT download banner + Pages site
1 parent 99d1459 commit c38cc7e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "my-media-kit",
33
"private": true,
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.1.10"
13+
version = "0.1.11"
1414
edition = "2021"
1515
authors = ["phucnt"]
1616
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "MyMediaKit",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"identifier": "tech.lighton.media.MyMediaKit",
66
"build": {
77
"frontendDist": "../src"

0 commit comments

Comments
 (0)