diff options
| -rw-r--r-- | _adoc/index.adoc | 2 | ||||
| -rw-r--r-- | _config.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_adoc/index.adoc b/_adoc/index.adoc index a4109dd2..95a76abf 100644 --- a/_adoc/index.adoc +++ b/_adoc/index.adoc @@ -12,7 +12,7 @@ image:https://codecov.io/gh/nanomsg/nng/branch/master/graph/badge.svg?label=cove This is the documentation for _nng_. This is all very preliminary at this point. -A reference manual is available <<man/v0.0.0/nng.adoc#,here>>. +A reference manual is available <<man/v0.2.0/nng.adoc#,here>>. Please see the https://github.com/nanomsg/nng[GitHub Repository] for further information. diff --git a/_config.yml b/_config.yml index 251f7719..b282799f 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -latest: 0.0.0 +latest: 0.2.0 |
