chore: bump version to 0.2.1
This commit is contained in:
parent
94e9f74b15
commit
343688af56
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mixvideo/desktop",
|
"name": "@mixvideo/desktop",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tauri dev",
|
"dev": "tauri dev",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mixvideo-desktop"
|
name = "mixvideo-desktop"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "MixVideo Desktop Application"
|
description = "MixVideo Desktop Application"
|
||||||
authors = ["imeepos <imeepos@outlook.com>"]
|
authors = ["imeepos <imeepos@outlook.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "MixVideo Desktop",
|
"productName": "MixVideo Desktop",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"identifier": "com.mixvideo.desktop",
|
"identifier": "com.mixvideo.desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "vite",
|
"beforeDevCommand": "vite",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue