From ebe34b787c8e4313f36667463a76bf77e5c1d3de Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Mon, 24 Oct 2016 15:36:07 -0700 Subject: [PATCH] Bump version --- _config.yml | 2 +- docs/_includes/site_vars.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 838b8abe3..e92b2c54f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: OverReact pkg_name: over_react description: A library for building statically-typed React UI components using Dart. -latest_version: 1.0.0 +latest_version: 1.0.1 gacode: "UA-17703918-81" # Directories diff --git a/docs/_includes/site_vars.html b/docs/_includes/site_vars.html index 2fd90304f..fb1290f81 100644 --- a/docs/_includes/site_vars.html +++ b/docs/_includes/site_vars.html @@ -1,5 +1,5 @@ {% capture canonical_url %}{{ site.url }}{{ page.url | replace:'index.html','' }}{% endcapture %} -{% capture dartdocs_url %}https://www.dartdocs.org/documentation/{{ site.pkg_name }}/{{ site.latest_version }}{% endcapture %} +{% capture dartdocs_url %}https://www.dartdocs.org/documentation/{{ site.pkg_name }}/latest{% endcapture %} {% assign demo_data = false %} {% assign demo_component_src_path = false %} {% for demo in site.data.demos %}