closes #10474
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-{{ plugin_name }}"
-version = "0.0.0"
+version = "0.1.0"
authors = [ "{{ author }}" ]
description = ""
edition = "2021"
@@ -1,7 +1,7 @@
{
"name": "tauri-app",
"private": true,
- "version": "0.0.0",
+ "version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
name = "tauri-app"
description = "A Tauri App"
authors = ["you"]
license = ""
"productName": "tauri-app",
"identifier": "com.tauri.dev",
"build": {
"beforeDevCommand": "yarn dev",
"name": "tauri-plugin-{{ plugin_name }}-api",
"author": "{{ author }}",
"description": "",