Skip to content

Commit

Permalink
Version 1.6.1 (2013-05-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed May 5, 2013
1 parent 74621b4 commit 3b526e8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions VERSION.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version 1.6.1 (2013-05-04)

Patch:

* Replace multi-column CSS with single centered body.

Other:

* Fix manpage xrefs in README and VERSION documents.

## Version 1.6.0 (2013-03-10)

Minor:
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN 1 2013-03-10 1.6.0
# MD2MAN 1 2013-05-04 1.6.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-HTML 1 2013-03-10 1.6.0
# MD2MAN-HTML 1 2013-05-04 1.6.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-RAKE 1 2013-03-10 1.6.0
# MD2MAN-RAKE 1 2013-05-04 1.6.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/md2man/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Md2Man
VERSION = "1.6.0"
VERSION = "1.6.1"
end

0 comments on commit 3b526e8

Please sign in to comment.