Skip to content

Commit

Permalink
version 7.1.1 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
debris authored and tomusdrw committed Sep 11, 2017
1 parent d009db6 commit 21de52a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-core"
version = "7.1.0"
version = "7.1.1"
authors = ["debris <[email protected]>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_core/index.html"
Expand Down
2 changes: 1 addition & 1 deletion http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-http-server"
version = "7.1.0"
version = "7.1.1"
authors = ["debris <[email protected]>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_http_server/index.html"
Expand Down
2 changes: 1 addition & 1 deletion ipc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonrpc-ipc-server"
description = "IPC server for JSON-RPC"
version = "7.1.0"
version = "7.1.1"
authors = ["Nikolay Volf <[email protected]>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-macros"
version = "7.1.0"
version = "7.1.1"
authors = ["rphmeier <[email protected]>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "macros"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_macros/index.html"
Expand Down
2 changes: 1 addition & 1 deletion minihttp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-minihttp-server"
version = "7.1.0"
version = "7.1.1"
authors = ["tomusdrw <[email protected]>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_minihttp_server/index.html"
Expand Down
2 changes: 1 addition & 1 deletion pubsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-pubsub"
version = "7.1.0"
version = "7.1.1"
authors = ["tomusdrw <[email protected]>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "macros"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_pubsub/index.html"
Expand Down
2 changes: 1 addition & 1 deletion server-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Server utils for jsonrpc-core crate."
name = "jsonrpc-server-utils"
version = "7.1.0"
version = "7.1.1"
authors = ["tomusdrw <[email protected]>"]
license = "MIT"
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
Expand Down
2 changes: 1 addition & 1 deletion tcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonrpc-tcp-server"
description = "TCP/IP server for JSON-RPC"
version = "7.1.0"
version = "7.1.1"
authors = ["NikVolf <[email protected]>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
Expand Down
2 changes: 1 addition & 1 deletion ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonrpc-ws-server"
description = "WebSockets server for JSON-RPC"
version = "7.1.0"
version = "7.1.1"
authors = ["tomusdrw <[email protected]>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
Expand Down

0 comments on commit 21de52a

Please sign in to comment.