Skip to content

Commit ad2e2b6

Browse files
author
Hans
authored
chore: Release 0.6.3 (#916)
Signed-off-by: Hans Larsen <[email protected]>
1 parent 7864ec7 commit ad2e2b6

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.15",
1616
"0.6.0",
1717
"0.6.1",
18-
"0.6.2"
18+
"0.6.2",
19+
"0.6.3"
1920
]
2021
}

src/agent/javascript/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.2",
3+
"version": "0.6.3",
44
"main": "src/index.js",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",

src/bootstrap/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/bootstrap",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"scripts": {
55
"build": "tsc -p tsconfig.json",
66
"bundle": "npm run build && webpack",

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.6.2"
3+
version = "0.6.3"
44
authors = ["DFINITY Team"]
55
edition = "2018"
66
build = "assets/build.rs"

src/ic_identity_manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-identity-manager"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["DFINITY Stiftung"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)