Skip to content

Commit 9b8985f

Browse files
author
Hans
authored
chore: release 0.5.7 (#625)
1 parent 7a999b8 commit 9b8985f

File tree

4 files changed

+5
-4
lines changed

4 files changed

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

public/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"0.5.3",
1616
"0.5.4",
1717
"0.5.5",
18-
"0.5.6"
18+
"0.5.6",
19+
"0.5.7"
1920
]
2021
}

src/agent/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/agent",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"main": "src/index.js",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",

src/dfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfx"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["DFINITY Team"]
55
edition = "2018"
66
build = "assets/build.rs"

0 commit comments

Comments
 (0)