diff --git a/README.md b/README.md index 43f3835..14a81be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # webera -[![version: 0.1.X](https://img.shields.io/badge/version-0.1.X-d8ad4c.svg?style=flat-square)](#status) +[![version: 0.2.x](https://img.shields.io/badge/version-0.2.x-d8ad4c.svg?style=flat-square)](#status) [![language: bash](https://img.shields.io/badge/language-bash-447799.svg?style=flat-square)](https://github.com/andamira/webera/wiki/FAQ#why-bash-and-not-other_language--) [![Build Status](https://img.shields.io/travis/andamira/webera/master.svg)](https://travis-ci.org/andamira/webera) [![Code Climate](https://img.shields.io/codeclimate/github/andamira/webera.svg)](https://codeclimate.com/github/andamira/webera) diff --git a/webera b/webera index ad33944..aee14b3 100755 --- a/webera +++ b/webera @@ -5,8 +5,9 @@ # description : a handy static website generator # repository : https://github.com/andamira/webera # author : José Luis Cruz © 2016-2017 +# version : 0.2.0 # license : MIT -__WEBERA_VERSION=0.1.75 +__WEBERA_VERSION=0.2.0 #------------------------------------------------------------------------------- @@ -35,7 +36,7 @@ webera::main() { # 1. Variables prefixed with `Opt_` are user configurable options. # 2. Options starting with an underscore can't be configured from # the config file or string; only using script flag arguments. - # 3. Options without an aassociated argument can only be modified + # 3. Options without an associated argument can only be modified # by the user from the configuration. # 4. Options have to be referenced from the configuration removing # the `Opt_` prefix. Note that case sensitivity is not enforced.