Skip to content

Commit

Permalink
chore: release 0.5.11 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans committed Jul 8, 2020
1 parent bcde568 commit b73a4c8
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 @@ -19,6 +19,7 @@
"0.5.7",
"0.5.8",
"0.5.9",
"0.5.10"
"0.5.10",
"0.5.11"
]
}
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.5.10",
"version": "0.5.11",
"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.5.10"
version = "0.5.11"
authors = ["Hans Larsen <hans.larsen@dfinity.org>"]
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.5.10",
"version": "0.5.11",
"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.5.10"
version = "0.5.11"
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.5.10"
version = "0.5.11"
authors = ["DFINITY Stiftung"]
edition = "2018"

Expand Down

0 comments on commit b73a4c8

Please sign in to comment.