Skip to content

Commit 7d44650

Browse files
authored
Merge pull request #149 from j-mie6/update-version-number
Update version number
2 parents 58191ec + bf3a5c0 commit 7d44650

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

backend/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.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dill"
3-
version = "0.4.0"
3+
version = "0.4.3"
44
description = "A cross-platform debugging UI for `parsley-debug`"
55
authors = ["Jamie Willis (@j-mie6)", "Josh Walker (@josh-ja-walker)", "Aniket Gupta (@aniket1101)", "Priyansh Chugh (@PriyanshC)", "Alejandro Perez Fadon (@Aito0)", "Riley Horrix (@Riley-horrix)", "Adam Watson (@AdamW1087)"]
66
license = "BSD 3-Clause"

backend/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "dill",
4-
"version": "0.4.0",
4+
"version": "0.4.3",
55
"identifier": "com.dill.dev",
66
"build": {
77
"frontendDist": "../dist",

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val Scala3 = "3.6.3"
77

88
val scalatestVersion = "3.2.19"
99

10-
val Version = "0.4.0"
10+
val Version = "0.4.3"
1111

1212
Global / onChangedBuildSource := ReloadOnSourceChanges
1313
Global / excludeLintKeys += dillFrontend / Compile / stMinimize

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parsley-debug-app",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.4.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)