Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fadado committed Aug 28, 2016
1 parent c23d157 commit f2b682b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.3.0:
- New content model
- Managed YAML with MarkDown snippets
- New top level menu
- Generate man pages when install
- Added all MP modes
- Macros for CSS colors
- Refactoring makefiles

Version 0.2.0:
- Finished site structure and minimal documentation
- Better content sections
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion bin/jqt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# jqt - jq based web template engine

declare -r VERSION='0.2.0'
declare -r VERSION='0.3.0'
declare -r DATADIR='/usr/local/share'

declare -r SELF=${0##*/}
Expand Down

0 comments on commit f2b682b

Please sign in to comment.