From 54e5f8485592e93ca55ac1a5c76064a2d209ca52 Mon Sep 17 00:00:00 2001 From: Elvis Stansvik Date: Wed, 20 Aug 2014 02:57:40 +0200 Subject: [PATCH] Update version to 0.3. --- README.md | 2 +- protoc-gen-doc.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fb11bb4..9f478d71 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,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.2/protoc-gen-doc-v0.2-win32.zip "Release 0.2 for Windows" +[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" diff --git a/protoc-gen-doc.pro b/protoc-gen-doc.pro index 3c55c093..93db9415 100644 --- a/protoc-gen-doc.pro +++ b/protoc-gen-doc.pro @@ -1,5 +1,5 @@ TEMPLATE = app -VERSION = 0.2 +VERSION = 0.3 CONFIG += console c++11 CONFIG -= app_bundle