chore: update api example version [skip ci]

pull/374/head
Lucas Nogueira 2 years ago
parent fb3690205f
commit 4d881fee92
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -1,7 +1,7 @@
# Changelog
## \[1.0.1-alpha.0]
## \[2.0.0-alpha.0]
### Dependencies
- Updated to latest `app-js`
- Plugins v2 alpha.

@ -1,6 +1,7 @@
{
"name": "svelte-app",
"version": "1.0.1-alpha.0",
"private": true,
"version": "2.0.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",

@ -1,6 +1,7 @@
[package]
name = "api"
version = "0.1.1-alpha.0"
publish = false
version = "2.0.0-alpha.0"
description = "An example Tauri Application showcasing the api"
edition = "2021"
rust-version = "1.65"

Loading…
Cancel
Save