documentation_project/config.rb in middleman-targets-1.0.1 vs documentation_project/config.rb in middleman-targets-1.0.2

- old
+ new

@@ -14,12 +14,11 @@ #========================================================================== # Extension Setup # Note that middleman-targets adds configuration parameters to the base # Middleman application (supported feature in 4.0+); there are *not* -# extension options. Additionally if middleman-targets is in your Gemfile -# then it is also activated automatically. +# extension options. #========================================================================== activate :MiddlemanTargets # Set the default target. This is the target that is used automatically # when you `middleman build` or `middleman server` without using the @@ -102,10 +101,10 @@ def product_name 'middleman-targets' end def product_version - '1.0.1' + '1.0.2' end def product_uri 'https://github.com/middlemac' end