Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Aug 5, 2019
1 parent 778a144 commit 225593d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/kramdown-amp.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'fastimage'
require 'kramdown/converter/html'
require 'kramdown/converter/amp'
Expand Down
4 changes: 3 additions & 1 deletion lib/kramdown/amp/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

module Kramdown
module Amp
VERSION = "0.0.1"
VERSION = "0.1.0"
end
end
2 changes: 2 additions & 0 deletions lib/kramdown/converter/amp.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module Kramdown
module Converter
module Amp
Expand Down

0 comments on commit 225593d

Please sign in to comment.