Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 22, 2023
1 parent 137f794 commit 7c514d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/isodoc/ieee/word_wp_cleanup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ def abstract_cleanup1(source, _dest)
def insert_toc(intro, docxml, level)
toc = assemble_toc(docxml, level)
if intro&.include?("WORDTOC")
#s = docxml.at("//div[@class = 'WordSectionContents']")
#s.at("./p[@class='Unnumberedheading']")&.remove
intro.sub("WORDTOC", toc)
else
source = docxml.at("//div[@class = 'TOC']") and
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/ieee/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module IEEE
VERSION = "1.1.9".freeze
VERSION = "1.1.10".freeze
end
end

0 comments on commit 7c514d6

Please sign in to comment.