Skip to content

Commit 713ef35

Browse files
authored
prepare for release v1.4.0 (#871)
1 parent 5bf2abf commit 713ef35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.

server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parseable"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
authors = ["Parseable Team <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.77.1"
@@ -121,8 +121,8 @@ maplit = "1.0"
121121
rstest = "0.19.0"
122122

123123
[package.metadata.parseable_ui]
124-
assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.2/build.zip"
125-
assets-sha1 = "7a6d12a56e848b6b40f2913e72df4483431dc611"
124+
assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.3/build.zip"
125+
assets-sha1 = "e5b9be7f7370732bd09437cf3e5e1bef033300cf"
126126

127127
[features]
128128
debug = []

0 commit comments

Comments
 (0)