Skip to content

Commit

Permalink
chore: release 0.6.1 (#886)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Swanson <[email protected]>
  • Loading branch information
ericswanson-dfinity authored Jul 28, 2020
1 parent 58e736f commit 9693be3
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
12 changes: 6 additions & 6 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 @@ -13,6 +13,7 @@
"0.5.8",
"0.5.11",
"0.5.15",
"0.6.0"
"0.6.0",
"0.6.1"
]
}
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.0",
"version": "0.6.1",
"main": "src/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion src/agent/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-agent"
version = "0.6.0"
version = "0.6.1"
authors = ["Hans Larsen <[email protected]>"]
edition = "2018"

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.0",
"version": "0.6.1",
"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.0"
version = "0.6.1"
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.0"
version = "0.6.1"
authors = ["DFINITY Stiftung"]
edition = "2018"

Expand Down

0 comments on commit 9693be3

Please sign in to comment.