Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Feb 4, 2017
1 parent 16a4462 commit 342a554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 3 additions & 2 deletions webera
Original file line number Diff line number Diff line change
Expand Up @@ -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


#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 342a554

Please # to comment.