Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Apr 11, 2018
1 parent d0b516c commit 3ff10cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.2.1"
version = "0.3.0"
description = "gRPC compiler for rust-grpc"
license = "MIT/Apache-2.0"
authors = ["Stepan Koltsov <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "grpc"
version = "0.2.1"
version = "0.3.0"
authors = ["Stepan Koltsov <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Rust implementation of gRPC"
Expand Down
4 changes: 2 additions & 2 deletions protoc-rust-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc-rust-grpc"
version = "0.2.1"
version = "0.3.0"
authors = ["Stepan Koltsov <[email protected]>"]
homepage = "https://github.com/stepancheg/rust-protobuf/protoc-rust/"
repository = "https://github.com/stepancheg/rust-protobuf/protoc-rust/"
Expand All @@ -17,5 +17,5 @@ test = false
protoc = "1.5"
protoc-rust = "1.5"
protobuf = "1.5"
grpc-compiler = { version = "=0.2.1", path = "../grpc-compiler" }
grpc-compiler = { version = "=0.3.0", path = "../grpc-compiler" }
tempdir = "0.3"
2 changes: 1 addition & 1 deletion update-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

version="0.2.1"
version="0.3.0"

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

0 comments on commit 3ff10cc

Please sign in to comment.