Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jun 24, 2017
1 parent 3e5ecde commit b64fe0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "grpc"
version = "0.1.10"
version = "0.1.11"
authors = ["Stepan Koltsov <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Rust implementation of gRPC"
Expand Down
2 changes: 1 addition & 1 deletion grpc-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-compiler"
version = "0.1.10"
version = "0.1.11"
description = "gRPC compiler for rust-grpc"
license = "MIT/Apache-2.0"
authors = ["Stepan Koltsov <[email protected]>"]
Expand Down
3 changes: 2 additions & 1 deletion protoc-rust-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "protoc-rust-grpc"
version = "0.1.10"
version = "0.1.11"
authors = ["Stepan Koltsov <[email protected]>"]
homepage = "https://github.com/stepancheg/rust-protobuf/protoc-rust/"
repository = "https://github.com/stepancheg/rust-protobuf/protoc-rust/"
license = "MIT/Apache-2.0"
description = """
protoc --rust-grpc_out=... available as API. protoc needs to be in $PATH, protoc-gen-rust-grpc does not.
"""
Expand Down
5 changes: 4 additions & 1 deletion update-version.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/sh -e

version="0.1.10"
version="0.1.11"

sed -e 's,^version = .*,version = "'$version'",' -i '' \
Cargo.toml grpc-compiler/Cargo.toml protoc-rust-grpc/Cargo.toml

sed -e '/grpc/ s,^version = .*,version = "'$version'",' -i '' \
protoc-rust-grpc/Cargo.toml

# vim: set ts=4 sw=4 et:

0 comments on commit b64fe0d

Please sign in to comment.