Skip to content

Commit

Permalink
chore: Release 0.6.4 (#937)
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Shahi <prithvi@dfinity.org>
  • Loading branch information
p-shahi committed Aug 18, 2020
1 parent 956d660 commit 0f78566
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"0.6.0",
"0.6.1",
"0.6.2",
"0.6.3"
"0.6.3",
"0.6.4"
]
}
2 changes: 1 addition & 1 deletion src/agent/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent",
"version": "0.6.3",
"version": "0.6.4",
"main": "src/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/bootstrap",
"version": "0.6.3",
"version": "0.6.4",
"scripts": {
"build": "tsc -p tsconfig.json",
"bundle": "npm run build && webpack",
Expand Down
2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfx"
version = "0.6.3"
version = "0.6.4"
authors = ["DFINITY Team"]
edition = "2018"
build = "assets/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/ic_identity_manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-identity-manager"
version = "0.6.3"
version = "0.6.4"
authors = ["DFINITY Stiftung"]
edition = "2018"

Expand Down

0 comments on commit 0f78566

Please sign in to comment.