Skip to content

Commit 53f58f6

Browse files
committed
chore: in ui, consolidate versions into Cargo.toml
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 3554616 commit 53f58f6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pdl-live-react/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdl-live-react/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "PDL"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
description = "Prompt Declaration Language"
55
authors = ["[email protected]"]
66
edition = "2021"

pdl-live-react/src-tauri/tauri.conf.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "PDL",
4-
"version": "0.3.0",
53
"identifier": "com.ibm.prompt-declaration-language.app",
64
"build": {
75
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)