Skip to content

Commit

Permalink
Merge branch 'hotfix/V1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwl21 committed Sep 12, 2016
2 parents e2e5e79 + c49118f commit 34d55a3
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 78 deletions.
2 changes: 1 addition & 1 deletion lib/wortsammler/class.proolib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def beautify(file)
docfile.close

# process the file in pandoc
cmd="pandoc -s #{file.esc} -f markdown -t markdown --atx-headers --reference-links "
cmd="pandoc -s #{file.esc} -f markdown -t markdown --atx-headers "
newdoc = `#{cmd}`
@log.debug "beautify #{file.esc}: #{$?}"
@log.debug(" finished: \"#{file}\"")
Expand Down
2 changes: 1 addition & 1 deletion lib/wortsammler/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Wortsammler
PROGNAME="wortsammler"
VERSION = "1.0.0"
VERSION = "1.0.1"
end
Loading

0 comments on commit 34d55a3

Please sign in to comment.