Skip to content

Commit 949b17b

Browse files
committed
Updated HTMLKit pod to 3.1
1 parent 304c8d5 commit 949b17b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/motion-html-pipeline.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
app.files.unshift(Dir.glob(File.join(lib_dir_path, "motion-html-pipeline/**/*.rb")))
1010

1111
app.pods do
12-
pod 'HTMLKit', '~> 2.1'
12+
pod 'HTMLKit', '~> 3.1'
1313
end
1414
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module MotionHTMLPipeline
22
class Pipeline
3-
VERSION = '0.2'.freeze
3+
VERSION = '0.3'.freeze
44
end
55
end

0 commit comments

Comments
 (0)