We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f6904 commit 342637dCopy full SHA for 342637d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sprout",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"type": "module",
5
"description": "Sprout - Server management panel for Pumpkin",
6
"scripts": {
src-tauri/Cargo.toml
[package]
name = "sprout"
-version = "2.2.0"
+version = "2.2.1"
edition = "2021"
[build-dependencies]
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "Sprout",
"identifier": "dev.pumpkin.panel",
"build": {
7
"beforeDevCommand": "pnpm dev",
0 commit comments