Skip to content

Commit 92e3dfd

Browse files
chore: promote 0.16.1 (#3562)
* chore: Release 0.16.1-beta.0 (#3557) Signed-off-by: Eric Swanson <[email protected]> * chore: Release 0.16.1 (#3559) Signed-off-by: Severin Siffert <[email protected]> * chore: promote 0.16.1 --------- Signed-off-by: Eric Swanson <[email protected]> Signed-off-by: Severin Siffert <[email protected]> Co-authored-by: Eric Swanson <[email protected]>
1 parent b9fe77b commit 92e3dfd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tags": {
3-
"latest": "0.16.0"
3+
"latest": "0.16.1"
44
},
55
"versions": [
66
"0.5.0",
@@ -62,6 +62,7 @@
6262
"0.15.1",
6363
"0.15.2",
6464
"0.15.3",
65-
"0.16.0"
65+
"0.16.0",
66+
"0.16.1"
6667
]
67-
}
68+
}

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.16.0"
3+
version = "0.16.1"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)