Skip to content

Commit 0f5e070

Browse files
authored
Fix note about google modules: from 0.13 to 0.14 (#381)
Fixes issue pointed out at #353
1 parent 9550e58 commit 0f5e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929

3030
### Google Protos
3131

32-
Since `:protobuf` version `0.13.0` we include all of the well known Google Protobuf modules. This conflicts with the deprecated `:google_protos` package. Please remove the `:google_protos` package from your dependencies and run `mix deps.unlock --unused`.
32+
Since `:protobuf` version `0.14.0` we include all of the well known Google Protobuf modules. This conflicts with the deprecated `:google_protos` package. Please remove the `:google_protos` package from your dependencies and run `mix deps.unlock --unused`.
3333

3434
## Features
3535

0 commit comments

Comments
 (0)