Skip to content

Commit d075c01

Browse files
authored
update linera web client to 0.16.0 (#4508)
## Motivation Prepare future releases ## Proposal Follow the same version number as the rest of the repo. ## Test Plan CI ## Release Plan The testnet branch follows a different PR: #4507
1 parent d802346 commit d075c01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

linera-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "linera-web"
33
description = "The Linera Web client"
4-
version = "0.14.0"
4+
version = "0.16.0"
55
authors = ["Linera <[email protected]>"]
66
edition = "2021"
77
repository = "https://github.com/linera-io/linera-protocol/"

linera-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linera/client",
3-
"version": "0.14.0",
3+
"version": "0.16.0",
44
"description": "Web client for the Linera blockchain",
55
"main": "dist/linera_web.js",
66
"types": "dist/linera_web.d.ts",

0 commit comments

Comments
 (0)