diff --git a/README.md b/README.md index cbc0b076..3a0b4af2 100644 --- a/README.md +++ b/README.md @@ -107,4 +107,4 @@ outputs were built. [mustache]: http://mustache.github.io/ "Mustache - Logic-less templates" [fop]: http://xmlgraphics.apache.org/fop/ "Apacheā„¢ FOP (Formatting Objects Processor)" [html_preview]: https://rawgit.com/estan/protoc-gen-doc/master/examples/doc/example.html "HTML Example Output" -[release_zip]: https://github.com/estan/protoc-gen-doc/releases/download/v0.3/protoc-gen-doc-v0.3-win32.zip "Release 0.3 for Windows" +[release_zip]: https://github.com/estan/protoc-gen-doc/releases/download/v0.4/protoc-gen-doc-v0.4-win32.zip "Release 0.4 for Windows" diff --git a/protoc-gen-doc.pro b/protoc-gen-doc.pro index c7c7bf7a..4765e2fa 100644 --- a/protoc-gen-doc.pro +++ b/protoc-gen-doc.pro @@ -1,5 +1,5 @@ TEMPLATE = app -VERSION = 0.3 +VERSION = 0.4 CONFIG += console c++11 CONFIG -= app_bundle