Skip to content

Commit 091377b

Browse files
authored
prepare for release v1.5.0 (#897)
1 parent 9b83b8b commit 091377b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parseable"
3-
version = "1.4.0"
3+
version = "1.5.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.3/build.zip"
125-
assets-sha1 = "e5b9be7f7370732bd09437cf3e5e1bef033300cf"
124+
assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.4/build.zip"
125+
assets-sha1 = "754e3f45f588e5bd3b2795d78c79e120f5683526"
126126

127127
[features]
128128
debug = []

0 commit comments

Comments
 (0)